Html Css Color HEX #097BFC Dodger Blue

📋 copy color: '#097BFC'

red 9 ◦ green 123 ◦ blue 252

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

Shades of Dodger Blue #097BFC

Tints of Dodger Blue #097BFC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.03%

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

R = 2.34%
G = 32.03%
B = 65.63%

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

#097BFC (or 0x097BFC) is known color: Dodger Blue. HEX triplet: 09, 7B and FC. RGB value is (9,123,252). Sum of RGB (Red+Green+Blue) = 9+123+252=384 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.34% from 384); Green value is 123 (48.44% from 255 or 32.03% from 384); Blue value is 252 (98.83% from 255 or 65.62% from 384); Max value from RGB is 252 - color contains mainly: blue. Hex color #097BFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #097BFC is #F68403. Grayscale: #666666. Windows color (decimal): -16155652 or 16546569. OLE color: 16546569.

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

Color convert

RGB 9 123 252 -
CMYK 0.96 0.51 0 0.01
HSL 211.85º 0.98% 0.51% -
HSV(B) 211.85º 0.96% 0.99% -
XYZ 24.77 21.25 94.89 -
YUV 103.62 211.73 60.51 -
System Red Green Blue C M Y K H S L
Decimal 9 123 252 0.96 0.51 0 0.01 211.85 0.98 0.51
Hex 9 7B FC 60 33 0 1 D4 62 33
Octal 11 173 374 140 63 0 1 324 142 63
Binary 1001 1111011 11111100 1100000 110011 0 1 11010100 1100010 110011

Color Harmonies of #097BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097BFC

Black with #097BFC

Text Example


Text Example

White with #097BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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