Html Css Color HEX #0997FB Dodger Blue

📋 copy color: '#0997FB'

red 9 ◦ green 151 ◦ blue 251

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

Shades of Dodger Blue #0997FB

Tints of Dodger Blue #0997FB

RGB

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

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

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

R = 2.19%
G = 36.74%
B = 61.07%

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

#0997FB (or 0x0997FB) is known color: Dodger Blue. HEX triplet: 09, 97 and FB. RGB value is (9,151,251). Sum of RGB (Red+Green+Blue) = 9+151+251=411 (54% of max value = 765). Red value is 9 (3.91% from 255 or 2.19% from 411); Green value is 151 (59.38% from 255 or 36.74% from 411); Blue value is 251 (98.44% from 255 or 61.07% from 411); Max value from RGB is 251 - color contains mainly: blue. Hex color #0997FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0997FB is #F66804. Grayscale: #777777. Windows color (decimal): -16148485 or 16488201. OLE color: 16488201.

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

Color convert

RGB 9 151 251 -
CMYK 0.96 0.40 0 0.02
HSL 204.79º 0.97% 0.51% -
HSV(B) 204.79º 0.96% 0.98% -
XYZ 28.59 29.16 95.39 -
YUV 119.94 201.96 48.87 -
System Red Green Blue C M Y K H S L
Decimal 9 151 251 0.96 0.40 0 0.02 204.79 0.97 0.51
Hex 9 97 FB 60 28 0 2 CD 61 33
Octal 11 227 373 140 50 0 2 315 141 63
Binary 1001 10010111 11111011 1100000 101000 0 10 11001101 1100001 110011

Color Harmonies of #0997FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0997FB

Black with #0997FB

Text Example


Text Example

White with #0997FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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