Html Css Color HEX #097FFD Dodger Blue

📋 copy color: '#097FFD'

red 9 ◦ green 127 ◦ blue 253

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

Shades of Dodger Blue #097FFD

Tints of Dodger Blue #097FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 65.04%

R = 2.31%
G = 32.65%
B = 65.04%

CMYK

 C value IS 0.96

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#097FFD (or 0x097FFD) is known color: Dodger Blue. HEX triplet: 09, 7F and FD. RGB value is (9,127,253). Sum of RGB (Red+Green+Blue) = 9+127+253=389 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.31% from 389); Green value is 127 (50% from 255 or 32.65% from 389); Blue value is 253 (99.22% from 255 or 65.04% from 389); Max value from RGB is 253 - color contains mainly: blue. Hex color #097FFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #097FFD is #F68002. Grayscale: #696969. Windows color (decimal): -16154627 or 16613129. OLE color: 16613129.

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

Color convert

RGB 9 127 253 -
CMYK 0.96 0.50 0 0.01
HSL 210.98º 0.98% 0.51% -
HSV(B) 210.98º 0.96% 0.99% -
XYZ 25.43 22.33 95.9 -
YUV 106.08 210.91 58.75 -
System Red Green Blue C M Y K H S L
Decimal 9 127 253 0.96 0.50 0 0.01 210.98 0.98 0.51
Hex 9 7F FD 60 32 0 1 D3 62 33
Octal 11 177 375 140 62 0 1 323 142 63
Binary 1001 1111111 11111101 1100000 110010 0 1 11010011 1100010 110011

Color Harmonies of #097FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097FFD

Black with #097FFD

Text Example


Text Example

White with #097FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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