Html Css Color HEX #097BF0 Dodger Blue

📋 copy color: '#097BF0'

red 9 ◦ green 123 ◦ blue 240

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

Shades of Dodger Blue #097BF0

Tints of Dodger Blue #097BF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 64.52%

R = 2.42%
G = 33.06%
B = 64.52%

CMYK

 C value IS 0.96

 M value IS 0.49

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#097BF0 (or 0x097BF0) is known color: Dodger Blue. HEX triplet: 09, 7B and F0. RGB value is (9,123,240). Sum of RGB (Red+Green+Blue) = 9+123+240=372 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.42% from 372); Green value is 123 (48.44% from 255 or 33.06% from 372); Blue value is 240 (94.14% from 255 or 64.52% from 372); Max value from RGB is 240 - color contains mainly: blue. Hex color #097BF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #097BF0 is #F6840F. Grayscale: #656565. Windows color (decimal): -16155664 or 15760137. OLE color: 15760137.

HSL color Cylindrical-coordinate representation of color #097BF0: hue angle of 210.39º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #097BF0 is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 9 123 240 -
CMYK 0.96 0.49 0 0.06
HSL 210.39º 0.93% 0.49% -
HSV(B) 210.39º 0.96% 0.94% -
XYZ 22.92 20.52 85.19 -
YUV 102.25 205.73 61.49 -
System Red Green Blue C M Y K H S L
Decimal 9 123 240 0.96 0.49 0 0.06 210.39 0.93 0.49
Hex 9 7B F0 60 31 0 6 D2 5D 31
Octal 11 173 360 140 61 0 6 322 135 61
Binary 1001 1111011 11110000 1100000 110001 0 110 11010010 1011101 110001

Color Harmonies of #097BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097BF0

Black with #097BF0

Text Example


Text Example

White with #097BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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