Html Css Color HEX #097CEB Dodger Blue

📋 copy color: '#097CEB'

red 9 ◦ green 124 ◦ blue 235

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

Shades of Dodger Blue #097CEB

Tints of Dodger Blue #097CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 63.86%

R = 2.45%
G = 33.7%
B = 63.86%

CMYK

 C value IS 0.96

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#097CEB (or 0x097CEB) is known color: Dodger Blue. HEX triplet: 09, 7C and EB. RGB value is (9,124,235). Sum of RGB (Red+Green+Blue) = 9+124+235=368 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.45% from 368); Green value is 124 (48.83% from 255 or 33.70% from 368); Blue value is 235 (92.19% from 255 or 63.86% from 368); Max value from RGB is 235 - color contains mainly: blue. Hex color #097CEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #097CEB is #F68314. Grayscale: #656565. Windows color (decimal): -16155413 or 15432713. OLE color: 15432713.

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

Color convert

RGB 9 124 235 -
CMYK 0.96 0.47 0 0.08
HSL 209.47º 0.93% 0.48% -
HSV(B) 209.47º 0.96% 0.92% -
XYZ 22.32 20.47 81.37 -
YUV 102.27 202.9 61.47 -
System Red Green Blue C M Y K H S L
Decimal 9 124 235 0.96 0.47 0 0.08 209.47 0.93 0.48
Hex 9 7C EB 60 2F 0 8 D1 5D 30
Octal 11 174 353 140 57 0 10 321 135 60
Binary 1001 1111100 11101011 1100000 101111 0 1000 11010001 1011101 110000

Color Harmonies of #097CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097CEB

Black with #097CEB

Text Example


Text Example

White with #097CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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