Html Css Color HEX #097CFB Dodger Blue

📋 copy color: '#097CFB'

red 9 ◦ green 124 ◦ blue 251

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

Shades of Dodger Blue #097CFB

Tints of Dodger Blue #097CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 65.36%

R = 2.34%
G = 32.29%
B = 65.36%

CMYK

 C value IS 0.96

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#097CFB (or 0x097CFB) is known color: Dodger Blue. HEX triplet: 09, 7C and FB. RGB value is (9,124,251). Sum of RGB (Red+Green+Blue) = 9+124+251=384 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.34% from 384); Green value is 124 (48.83% from 255 or 32.29% from 384); Blue value is 251 (98.44% from 255 or 65.36% from 384); Max value from RGB is 251 - color contains mainly: blue. Hex color #097CFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #097CFB is #F68304. Grayscale: #676767. Windows color (decimal): -16155397 or 16481289. OLE color: 16481289.

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

Color convert

RGB 9 124 251 -
CMYK 0.96 0.51 0 0.02
HSL 211.49º 0.97% 0.51% -
HSV(B) 211.49º 0.96% 0.98% -
XYZ 24.73 21.44 94.1 -
YUV 104.09 210.9 60.17 -
System Red Green Blue C M Y K H S L
Decimal 9 124 251 0.96 0.51 0 0.02 211.49 0.97 0.51
Hex 9 7C FB 60 33 0 2 D3 61 33
Octal 11 174 373 140 63 0 2 323 141 63
Binary 1001 1111100 11111011 1100000 110011 0 10 11010011 1100001 110011

Color Harmonies of #097CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097CFB

Black with #097CFB

Text Example


Text Example

White with #097CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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