Html Css Color HEX #097BFD Dodger Blue

📋 copy color: '#097BFD'

red 9 ◦ green 123 ◦ blue 253

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

Shades of Dodger Blue #097BFD

Tints of Dodger Blue #097BFD

RGB

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

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

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

R = 2.34%
G = 31.95%
B = 65.71%

CMYK

 C value IS 0.96

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#097BFD (or 0x097BFD) is known color: Dodger Blue. HEX triplet: 09, 7B and FD. RGB value is (9,123,253). Sum of RGB (Red+Green+Blue) = 9+123+253=385 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.34% from 385); Green value is 123 (48.44% from 255 or 31.95% from 385); Blue value is 253 (99.22% from 255 or 65.71% from 385); Max value from RGB is 253 - color contains mainly: blue. Hex color #097BFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #097BFD is #F68402. Grayscale: #676767. Windows color (decimal): -16155651 or 16612105. OLE color: 16612105.

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

Color convert

RGB 9 123 253 -
CMYK 0.96 0.51 0 0.01
HSL 211.97º 0.98% 0.51% -
HSV(B) 211.97º 0.96% 0.99% -
XYZ 24.93 21.32 95.73 -
YUV 103.73 212.23 60.43 -
System Red Green Blue C M Y K H S L
Decimal 9 123 253 0.96 0.51 0 0.01 211.97 0.98 0.51
Hex 9 7B FD 60 33 0 1 D4 62 33
Octal 11 173 375 140 63 0 1 324 142 63
Binary 1001 1111011 11111101 1100000 110011 0 1 11010100 1100010 110011

Color Harmonies of #097BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097BFD

Black with #097BFD

Text Example


Text Example

White with #097BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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