Html Css Color HEX #097DFC Dodger Blue

📋 copy color: '#097DFC'

red 9 ◦ green 125 ◦ blue 252

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

Shades of Dodger Blue #097DFC

Tints of Dodger Blue #097DFC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.38%

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

R = 2.33%
G = 32.38%
B = 65.28%

CMYK

 C value IS 0.96

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#097DFC (or 0x097DFC) is known color: Dodger Blue. HEX triplet: 09, 7D and FC. RGB value is (9,125,252). Sum of RGB (Red+Green+Blue) = 9+125+252=386 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.33% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 252 (98.83% from 255 or 65.28% from 386); Max value from RGB is 252 - color contains mainly: blue. Hex color #097DFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #097DFC is #F68203. Grayscale: #686868. Windows color (decimal): -16155140 or 16547081. OLE color: 16547081.

HSL color Cylindrical-coordinate representation of color #097DFC: hue angle of 211.36º 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 #097DFC is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 9 125 252 -
CMYK 0.96 0.50 0 0.01
HSL 211.36º 0.98% 0.51% -
HSV(B) 211.36º 0.96% 0.99% -
XYZ 25.02 21.75 94.98 -
YUV 104.79 211.07 59.67 -
System Red Green Blue C M Y K H S L
Decimal 9 125 252 0.96 0.50 0 0.01 211.36 0.98 0.51
Hex 9 7D FC 60 32 0 1 D3 62 33
Octal 11 175 374 140 62 0 1 323 142 63
Binary 1001 1111101 11111100 1100000 110010 0 1 11010011 1100010 110011

Color Harmonies of #097DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097DFC

Black with #097DFC

Text Example


Text Example

White with #097DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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