Html Css Color HEX #0997FA Dodger Blue

📋 copy color: '#0997FA'

red 9 ◦ green 151 ◦ blue 250

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

Shades of Dodger Blue #0997FA

Tints of Dodger Blue #0997FA

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.83%

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

R = 2.2%
G = 36.83%
B = 60.98%

CMYK

 C value IS 0.96

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0997FA (or 0x0997FA) is known color: Dodger Blue. HEX triplet: 09, 97 and FA. RGB value is (9,151,250). Sum of RGB (Red+Green+Blue) = 9+151+250=410 (54% of max value = 765). Red value is 9 (3.91% from 255 or 2.20% from 410); Green value is 151 (59.38% from 255 or 36.83% from 410); Blue value is 250 (98.05% from 255 or 60.98% from 410); Max value from RGB is 250 - color contains mainly: blue. Hex color #0997FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0997FA is #F66805. Grayscale: #777777. Windows color (decimal): -16148486 or 16422665. OLE color: 16422665.

HSL color Cylindrical-coordinate representation of color #0997FA: hue angle of 204.65º 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 #0997FA is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 9 151 250 -
CMYK 0.96 0.40 0 0.02
HSL 204.65º 0.96% 0.51% -
HSV(B) 204.65º 0.96% 0.98% -
XYZ 28.43 29.09 94.56 -
YUV 119.83 201.46 48.95 -
System Red Green Blue C M Y K H S L
Decimal 9 151 250 0.96 0.40 0 0.02 204.65 0.96 0.51
Hex 9 97 FA 60 28 0 2 CD 60 33
Octal 11 227 372 140 50 0 2 315 140 63
Binary 1001 10010111 11111010 1100000 101000 0 10 11001101 1100000 110011

Color Harmonies of #0997FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0997FA

Black with #0997FA

Text Example


Text Example

White with #0997FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0997FA; }

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

 H1.HeaderClassName
 {
   color: #0997FA;
 }
 .AnyTagClassName
 {
   color: #0997FA;
 }
</style>

background-color css

<style>
 a { background-color: #0997FA; }

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

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

border-color css

<style>
 span { border-color: #0997FA; }

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

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