Html Css Color HEX #097BEC Dodger Blue

📋 copy color: '#097BEC'

red 9 ◦ green 123 ◦ blue 236

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

Shades of Dodger Blue #097BEC

Tints of Dodger Blue #097BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 64.13%

R = 2.45%
G = 33.42%
B = 64.13%

CMYK

 C value IS 0.96

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#097BEC (or 0x097BEC) is known color: Dodger Blue. HEX triplet: 09, 7B and EC. RGB value is (9,123,236). Sum of RGB (Red+Green+Blue) = 9+123+236=368 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.45% from 368); Green value is 123 (48.44% from 255 or 33.42% from 368); Blue value is 236 (92.58% from 255 or 64.13% from 368); Max value from RGB is 236 - color contains mainly: blue. Hex color #097BEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #097BEC is #F68413. Grayscale: #656565. Windows color (decimal): -16155668 or 15497993. OLE color: 15497993.

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

Color convert

RGB 9 123 236 -
CMYK 0.96 0.48 0 0.07
HSL 209.87º 0.93% 0.48% -
HSV(B) 209.87º 0.96% 0.93% -
XYZ 22.34 20.28 82.09 -
YUV 101.8 203.73 61.81 -
System Red Green Blue C M Y K H S L
Decimal 9 123 236 0.96 0.48 0 0.07 209.87 0.93 0.48
Hex 9 7B EC 60 30 0 7 D2 5D 30
Octal 11 173 354 140 60 0 7 322 135 60
Binary 1001 1111011 11101100 1100000 110000 0 111 11010010 1011101 110000

Color Harmonies of #097BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097BEC

Black with #097BEC

Text Example


Text Example

White with #097BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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