Html Css Color HEX #0B97FF Dodger Blue

📋 copy color: '#0B97FF'

red 11 ◦ green 151 ◦ blue 255

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

Shades of Dodger Blue #0B97FF

Tints of Dodger Blue #0B97FF

RGB

 RED value IS 11 (4.69% from 255) = 2.64%

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

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

R = 2.64%
G = 36.21%
B = 61.15%

CMYK

 C value IS 0.96

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0B97FF (or 0x0B97FF) is known color: Dodger Blue. HEX triplet: 0B, 97 and FF. RGB value is (11,151,255). Sum of RGB (Red+Green+Blue) = 11+151+255=417 (55% of max value = 765). Red value is 11 (4.69% from 255 or 2.64% from 417); Green value is 151 (59.38% from 255 or 36.21% from 417); Blue value is 255 (100% from 255 or 61.15% from 417); Max value from RGB is 255 - color contains mainly: blue. Hex color #0B97FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0B97FF is #F46800. Grayscale: #787878. Windows color (decimal): -16017409 or 16750347. OLE color: 16750347.

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

Color convert

RGB 11 151 255 -
CMYK 0.96 0.41 0 0
HSL 205.57º 1% 0.52% -
HSV(B) 205.57º 0.96% 1% -
XYZ 29.25 29.42 98.75 -
YUV 121 203.62 49.54 -
System Red Green Blue C M Y K H S L
Decimal 11 151 255 0.96 0.41 0 0 205.57 1 0.52
Hex B 97 FF 60 29 0 0 CE 64 34
Octal 13 227 377 140 51 0 0 316 144 64
Binary 1011 10010111 11111111 1100000 101001 0 0 11001110 1100100 110100

Color Harmonies of #0B97FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B97FF

Black with #0B97FF

Text Example


Text Example

White with #0B97FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0B97FF; }

 p { color: rgb(11,151,255); }

 H1.HeaderClassName
 {
   color: #0B97FF;
 }
 .AnyTagClassName
 {
   color: #0B97FF;
 }
</style>

background-color css

<style>
 a { background-color: #0B97FF; }

 a { background-color: rgb(11,151,255); }

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

border-color css

<style>
 span { border-color: #0B97FF; }

 span { border-color: rgb(11,151,255); }

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