Html Css Color HEX #0892EC Dodger Blue

📋 copy color: '#0892EC'

red 8 ◦ green 146 ◦ blue 236

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

Shades of Dodger Blue #0892EC

Tints of Dodger Blue #0892EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 60.51%

R = 2.05%
G = 37.44%
B = 60.51%

CMYK

 C value IS 0.97

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0892EC (or 0x0892EC) is known color: Dodger Blue. HEX triplet: 08, 92 and EC. RGB value is (8,146,236). Sum of RGB (Red+Green+Blue) = 8+146+236=390 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.05% from 390); Green value is 146 (57.42% from 255 or 37.44% from 390); Blue value is 236 (92.58% from 255 or 60.51% from 390); Max value from RGB is 236 - color contains mainly: blue. Hex color #0892EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0892EC is #F76D13. Grayscale: #727272. Windows color (decimal): -16215316 or 15503880. OLE color: 15503880.

HSL color Cylindrical-coordinate representation of color #0892EC: hue angle of 203.68º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0892EC is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 8 146 236 -
CMYK 0.97 0.38 0 0.07
HSL 203.68º 0.93% 0.48% -
HSV(B) 203.68º 0.97% 0.93% -
XYZ 25.52 26.67 83.16 -
YUV 115 196.28 51.68 -
System Red Green Blue C M Y K H S L
Decimal 8 146 236 0.97 0.38 0 0.07 203.68 0.93 0.48
Hex 8 92 EC 61 26 0 7 CC 5D 30
Octal 10 222 354 141 46 0 7 314 135 60
Binary 1000 10010010 11101100 1100001 100110 0 111 11001100 1011101 110000

Color Harmonies of #0892EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0892EC

Black with #0892EC

Text Example


Text Example

White with #0892EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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