Html Css Color HEX #097BFA Dodger Blue

📋 copy color: '#097BFA'

red 9 ◦ green 123 ◦ blue 250

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

Shades of Dodger Blue #097BFA

Tints of Dodger Blue #097BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 65.45%

R = 2.36%
G = 32.2%
B = 65.45%

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

#097BFA (or 0x097BFA) is known color: Dodger Blue. HEX triplet: 09, 7B and FA. RGB value is (9,123,250). Sum of RGB (Red+Green+Blue) = 9+123+250=382 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.36% from 382); Green value is 123 (48.44% from 255 or 32.20% from 382); Blue value is 250 (98.05% from 255 or 65.45% from 382); Max value from RGB is 250 - color contains mainly: blue. Hex color #097BFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #097BFA is #F68405. Grayscale: #666666. Windows color (decimal): -16155654 or 16415497. OLE color: 16415497.

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

Color convert

RGB 9 123 250 -
CMYK 0.96 0.51 0 0.02
HSL 211.62º 0.96% 0.51% -
HSV(B) 211.62º 0.96% 0.98% -
XYZ 24.45 21.13 93.23 -
YUV 103.39 210.73 60.67 -
System Red Green Blue C M Y K H S L
Decimal 9 123 250 0.96 0.51 0 0.02 211.62 0.96 0.51
Hex 9 7B FA 60 33 0 2 D4 60 33
Octal 11 173 372 140 63 0 2 324 140 63
Binary 1001 1111011 11111010 1100000 110011 0 10 11010100 1100000 110011

Color Harmonies of #097BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097BFA

Black with #097BFA

Text Example


Text Example

White with #097BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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