Html Css Color HEX #097BFF Dodger Blue

📋 copy color: '#097BFF'

red 9 ◦ green 123 ◦ blue 255

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

Shades of Dodger Blue #097BFF

Tints of Dodger Blue #097BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 65.89%

R = 2.33%
G = 31.78%
B = 65.89%

CMYK

 C value IS 0.96

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#097BFF (or 0x097BFF) is known color: Dodger Blue. HEX triplet: 09, 7B and FF. RGB value is (9,123,255). Sum of RGB (Red+Green+Blue) = 9+123+255=387 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.33% from 387); Green value is 123 (48.44% from 255 or 31.78% from 387); Blue value is 255 (100% from 255 or 65.89% from 387); Max value from RGB is 255 - color contains mainly: blue. Hex color #097BFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #097BFF is #F68400. Grayscale: #676767. Windows color (decimal): -16155649 or 16743177. OLE color: 16743177.

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

Color convert

RGB 9 123 255 -
CMYK 0.96 0.52 0 0
HSL 212.2º 1% 0.52% -
HSV(B) 212.2º 0.96% 1% -
XYZ 25.25 21.44 97.42 -
YUV 103.96 213.23 60.27 -
System Red Green Blue C M Y K H S L
Decimal 9 123 255 0.96 0.52 0 0 212.2 1 0.52
Hex 9 7B FF 60 34 0 0 D4 64 34
Octal 11 173 377 140 64 0 0 324 144 64
Binary 1001 1111011 11111111 1100000 110100 0 0 11010100 1100100 110100

Color Harmonies of #097BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097BFF

Black with #097BFF

Text Example


Text Example

White with #097BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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