Html Css Color HEX #097FED Dodger Blue

📋 copy color: '#097FED'

red 9 ◦ green 127 ◦ blue 237

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

Shades of Dodger Blue #097FED

Tints of Dodger Blue #097FED

RGB

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

 GREEN value IS 127 (50% from 255) = 34.05%

 BLUE value IS 237 (92.97% from 255) = 63.54%

R = 2.41%
G = 34.05%
B = 63.54%

CMYK

 C value IS 0.96

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#097FED (or 0x097FED) is known color: Dodger Blue. HEX triplet: 09, 7F and ED. RGB value is (9,127,237). Sum of RGB (Red+Green+Blue) = 9+127+237=373 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.41% from 373); Green value is 127 (50% from 255 or 34.05% from 373); Blue value is 237 (92.97% from 255 or 63.54% from 373); Max value from RGB is 237 - color contains mainly: blue. Hex color #097FED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #097FED is #F68012. Grayscale: #676767. Windows color (decimal): -16154643 or 15564553. OLE color: 15564553.

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

Color convert

RGB 9 127 237 -
CMYK 0.96 0.46 0 0.07
HSL 208.95º 0.93% 0.48% -
HSV(B) 208.95º 0.96% 0.93% -
XYZ 22.99 21.35 83.03 -
YUV 104.26 202.91 60.06 -
System Red Green Blue C M Y K H S L
Decimal 9 127 237 0.96 0.46 0 0.07 208.95 0.93 0.48
Hex 9 7F ED 60 2E 0 7 D1 5D 30
Octal 11 177 355 140 56 0 7 321 135 60
Binary 1001 1111111 11101101 1100000 101110 0 111 11010001 1011101 110000

Color Harmonies of #097FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097FED

Black with #097FED

Text Example


Text Example

White with #097FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,127,237); }

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

background-color css

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

 a { background-color: rgb(9,127,237); }

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

border-color css

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

 span { border-color: rgb(9,127,237); }

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