Html Css Color HEX #089CFC Dodger Blue

📋 copy color: '#089CFC'

red 8 ◦ green 156 ◦ blue 252

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

Shades of Dodger Blue #089CFC

Tints of Dodger Blue #089CFC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.5%

 BLUE value IS 252 (98.83% from 255) = 60.58%

R = 1.92%
G = 37.5%
B = 60.58%

CMYK

 C value IS 0.97

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#089CFC (or 0x089CFC) is known color: Dodger Blue. HEX triplet: 08, 9C and FC. RGB value is (8,156,252). Sum of RGB (Red+Green+Blue) = 8+156+252=416 (55% of max value = 765). Red value is 8 (3.52% from 255 or 1.92% from 416); Green value is 156 (61.33% from 255 or 37.5% from 416); Blue value is 252 (98.83% from 255 or 60.58% from 416); Max value from RGB is 252 - color contains mainly: blue. Hex color #089CFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #089CFC is #F76303. Grayscale: #7A7A7A. Windows color (decimal): -16212740 or 16555016. OLE color: 16555016.

HSL color Cylindrical-coordinate representation of color #089CFC: hue angle of 203.61º 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 #089CFC is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 8 156 252 -
CMYK 0.97 0.38 0 0.01
HSL 203.61º 0.98% 0.51% -
HSV(B) 203.61º 0.97% 0.99% -
XYZ 29.56 30.86 96.49 -
YUV 122.69 200.97 46.19 -
System Red Green Blue C M Y K H S L
Decimal 8 156 252 0.97 0.38 0 0.01 203.61 0.98 0.51
Hex 8 9C FC 61 26 0 1 CC 62 33
Octal 10 234 374 141 46 0 1 314 142 63
Binary 1000 10011100 11111100 1100001 100110 0 1 11001100 1100010 110011

Color Harmonies of #089CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089CFC

Black with #089CFC

Text Example


Text Example

White with #089CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089CFC; }

 p { color: rgb(8,156,252); }

 H1.HeaderClassName
 {
   color: #089CFC;
 }
 .AnyTagClassName
 {
   color: #089CFC;
 }
</style>

background-color css

<style>
 a { background-color: #089CFC; }

 a { background-color: rgb(8,156,252); }

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

border-color css

<style>
 span { border-color: #089CFC; }

 span { border-color: rgb(8,156,252); }

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