Html Css Color HEX #0882FD Dodger Blue

📋 copy color: '#0882FD'

red 8 ◦ green 130 ◦ blue 253

#0882FD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #0882FD

Tints of Dodger Blue #0882FD

RGB

 RED value IS 8 (3.52% from 255) = 2.05%

 GREEN value IS 130 (51.17% from 255) = 33.25%

 BLUE value IS 253 (99.22% from 255) = 64.71%

R = 2.05%
G = 33.25%
B = 64.71%

CMYK

 C value IS 0.97

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0882FD (or 0x0882FD) is known color: Dodger Blue. HEX triplet: 08, 82 and FD. RGB value is (8,130,253). Sum of RGB (Red+Green+Blue) = 8+130+253=391 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.05% from 391); Green value is 130 (51.17% from 255 or 33.25% from 391); Blue value is 253 (99.22% from 255 or 64.71% from 391); Max value from RGB is 253 - color contains mainly: blue. Hex color #0882FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0882FD is #F77D02. Grayscale: #6A6A6A. Windows color (decimal): -16219395 or 16613896. OLE color: 16613896.

HSL color Cylindrical-coordinate representation of color #0882FD: hue angle of 210.12º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0882FD is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 8 130 253 -
CMYK 0.97 0.49 0 0.01
HSL 210.12º 0.98% 0.51% -
HSV(B) 210.12º 0.97% 0.99% -
XYZ 25.81 23.11 96.03 -
YUV 107.54 210.08 57 -
System Red Green Blue C M Y K H S L
Decimal 8 130 253 0.97 0.49 0 0.01 210.12 0.98 0.51
Hex 8 82 FD 61 31 0 1 D2 62 33
Octal 10 202 375 141 61 0 1 322 142 63
Binary 1000 10000010 11111101 1100001 110001 0 1 11010010 1100010 110011

Color Harmonies of #0882FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0882FD

Black with #0882FD

Text Example


Text Example

White with #0882FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0882FD; }

 p { color: rgb(8,130,253); }

 H1.HeaderClassName
 {
   color: #0882FD;
 }
 .AnyTagClassName
 {
   color: #0882FD;
 }
</style>

background-color css

<style>
 a { background-color: #0882FD; }

 a { background-color: rgb(8,130,253); }

 div.DivClassName
 {
   background-color: #0882FD;
 }
 .BgClassName
 {
   background-color: #0882FD;
 }
</style>

border-color css

<style>
 span { border-color: #0882FD; }

 span { border-color: rgb(8,130,253); }

 td.TdClassName
 {
   border-color: #0882FD;
 }
 .TagClassName
 {
   border-color: #0882FD;
 }
</style>