Html Css Color HEX #0892FE Dodger Blue

📋 copy color: '#0892FE'

red 8 ◦ green 146 ◦ blue 254

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

Shades of Dodger Blue #0892FE

Tints of Dodger Blue #0892FE

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.78%

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

R = 1.96%
G = 35.78%
B = 62.25%

CMYK

 C value IS 0.97

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0892FE (or 0x0892FE) is known color: Dodger Blue. HEX triplet: 08, 92 and FE. RGB value is (8,146,254). Sum of RGB (Red+Green+Blue) = 8+146+254=408 (54% of max value = 765). Red value is 8 (3.52% from 255 or 1.96% from 408); Green value is 146 (57.42% from 255 or 35.78% from 408); Blue value is 254 (99.61% from 255 or 62.25% from 408); Max value from RGB is 254 - color contains mainly: blue. Hex color #0892FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0892FE is #F76D01. Grayscale: #747474. Windows color (decimal): -16215298 or 16683528. OLE color: 16683528.

HSL color Cylindrical-coordinate representation of color #0892FE: hue angle of 206.34º 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 #0892FE is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 8 146 254 -
CMYK 0.97 0.43 0 0.00
HSL 206.34º 0.99% 0.51% -
HSV(B) 206.34º 0.97% 1% -
XYZ 28.27 27.77 97.64 -
YUV 117.05 205.28 50.22 -
System Red Green Blue C M Y K H S L
Decimal 8 146 254 0.97 0.43 0 0.00 206.34 0.99 0.51
Hex 8 92 FE 61 2B 0 0 CE 63 33
Octal 10 222 376 141 53 0 0 316 143 63
Binary 1000 10010010 11111110 1100001 101011 0 0 11001110 1100011 110011

Color Harmonies of #0892FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0892FE

Black with #0892FE

Text Example


Text Example

White with #0892FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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