Html Css Color HEX #097CFC Dodger Blue

📋 copy color: '#097CFC'

red 9 ◦ green 124 ◦ blue 252

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

Shades of Dodger Blue #097CFC

Tints of Dodger Blue #097CFC

RGB

 RED value IS 9 (3.91% from 255) = 2.34%

 GREEN value IS 124 (48.83% from 255) = 32.21%

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

R = 2.34%
G = 32.21%
B = 65.45%

CMYK

 C value IS 0.96

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#097CFC (or 0x097CFC) is known color: Dodger Blue. HEX triplet: 09, 7C and FC. RGB value is (9,124,252). Sum of RGB (Red+Green+Blue) = 9+124+252=385 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.34% from 385); Green value is 124 (48.83% from 255 or 32.21% from 385); Blue value is 252 (98.83% from 255 or 65.45% from 385); Max value from RGB is 252 - color contains mainly: blue. Hex color #097CFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #097CFC is #F68303. Grayscale: #676767. Windows color (decimal): -16155396 or 16546825. OLE color: 16546825.

HSL color Cylindrical-coordinate representation of color #097CFC: hue angle of 211.6º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #097CFC is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 9 124 252 -
CMYK 0.96 0.51 0 0.01
HSL 211.6º 0.98% 0.51% -
HSV(B) 211.6º 0.96% 0.99% -
XYZ 24.89 21.5 94.93 -
YUV 104.21 211.4 60.09 -
System Red Green Blue C M Y K H S L
Decimal 9 124 252 0.96 0.51 0 0.01 211.6 0.98 0.51
Hex 9 7C FC 60 33 0 1 D4 62 33
Octal 11 174 374 140 63 0 1 324 142 63
Binary 1001 1111100 11111100 1100000 110011 0 1 11010100 1100010 110011

Color Harmonies of #097CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097CFC

Black with #097CFC

Text Example


Text Example

White with #097CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,124,252); }

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

background-color css

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

 a { background-color: rgb(9,124,252); }

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

border-color css

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

 span { border-color: rgb(9,124,252); }

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