Html Css Color HEX #0882FF Dodger Blue

📋 copy color: '#0882FF'

red 8 ◦ green 130 ◦ blue 255

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

Shades of Dodger Blue #0882FF

Tints of Dodger Blue #0882FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 64.89%

R = 2.04%
G = 33.08%
B = 64.89%

CMYK

 C value IS 0.97

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0882FF (or 0x0882FF) is known color: Dodger Blue. HEX triplet: 08, 82 and FF. RGB value is (8,130,255). Sum of RGB (Red+Green+Blue) = 8+130+255=393 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.04% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 255 (100% from 255 or 64.89% from 393); Max value from RGB is 255 - color contains mainly: blue. Hex color #0882FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0882FF is #F77D00. Grayscale: #6B6B6B. Windows color (decimal): -16219393 or 16744968. OLE color: 16744968.

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

Color convert

RGB 8 130 255 -
CMYK 0.97 0.49 0 0
HSL 210.36º 1% 0.52% -
HSV(B) 210.36º 0.97% 1% -
XYZ 26.13 23.24 97.72 -
YUV 107.77 211.08 56.84 -
System Red Green Blue C M Y K H S L
Decimal 8 130 255 0.97 0.49 0 0 210.36 1 0.52
Hex 8 82 FF 61 31 0 0 D2 64 34
Octal 10 202 377 141 61 0 0 322 144 64
Binary 1000 10000010 11111111 1100001 110001 0 0 11010010 1100100 110100

Color Harmonies of #0882FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0882FF

Black with #0882FF

Text Example


Text Example

White with #0882FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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