Html Css Color HEX #0882FE Dodger Blue

📋 copy color: '#0882FE'

red 8 ◦ green 130 ◦ blue 254

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

Shades of Dodger Blue #0882FE

Tints of Dodger Blue #0882FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 64.8%

R = 2.04%
G = 33.16%
B = 64.8%

CMYK

 C value IS 0.97

 M value IS 0.49

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0882FE (or 0x0882FE) is known color: Dodger Blue. HEX triplet: 08, 82 and FE. RGB value is (8,130,254). Sum of RGB (Red+Green+Blue) = 8+130+254=392 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.04% from 392); Green value is 130 (51.17% from 255 or 33.16% from 392); Blue value is 254 (99.61% from 255 or 64.80% from 392); Max value from RGB is 254 - color contains mainly: blue. Hex color #0882FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0882FE is #F77D01. Grayscale: #6B6B6B. Windows color (decimal): -16219394 or 16679432. OLE color: 16679432.

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

Color convert

RGB 8 130 254 -
CMYK 0.97 0.49 0 0.00
HSL 210.24º 0.99% 0.51% -
HSV(B) 210.24º 0.97% 1% -
XYZ 25.97 23.17 96.87 -
YUV 107.66 210.58 56.92 -
System Red Green Blue C M Y K H S L
Decimal 8 130 254 0.97 0.49 0 0.00 210.24 0.99 0.51
Hex 8 82 FE 61 31 0 0 D2 63 33
Octal 10 202 376 141 61 0 0 322 143 63
Binary 1000 10000010 11111110 1100001 110001 0 0 11010010 1100011 110011

Color Harmonies of #0882FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0882FE

Black with #0882FE

Text Example


Text Example

White with #0882FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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