Html Css Color HEX #0B61FF Dodger Blue

📋 copy color: '#0B61FF'

red 11 ◦ green 97 ◦ blue 255

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

Shades of Dodger Blue #0B61FF

Tints of Dodger Blue #0B61FF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.72%

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

R = 3.03%
G = 26.72%
B = 70.25%

CMYK

 C value IS 0.96

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0B61FF (or 0x0B61FF) is known color: Dodger Blue. HEX triplet: 0B, 61 and FF. RGB value is (11,97,255). Sum of RGB (Red+Green+Blue) = 11+97+255=363 (48% of max value = 765). Red value is 11 (4.69% from 255 or 3.03% from 363); Green value is 97 (38.28% from 255 or 26.72% from 363); Blue value is 255 (100% from 255 or 70.25% from 363); Max value from RGB is 255 - color contains mainly: blue. Hex color #0B61FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B61FF is #F49E00. Grayscale: #585858. Windows color (decimal): -16031233 or 16736523. OLE color: 16736523.

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

Color convert

RGB 11 97 255 -
CMYK 0.96 0.62 0 0
HSL 218.85º 1% 0.52% -
HSV(B) 218.85º 0.96% 1% -
XYZ 22.46 15.84 96.48 -
YUV 89.3 221.51 72.15 -
System Red Green Blue C M Y K H S L
Decimal 11 97 255 0.96 0.62 0 0 218.85 1 0.52
Hex B 61 FF 60 3E 0 0 DB 64 34
Octal 13 141 377 140 76 0 0 333 144 64
Binary 1011 1100001 11111111 1100000 111110 0 0 11011011 1100100 110100

Color Harmonies of #0B61FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B61FF

Black with #0B61FF

Text Example


Text Example

White with #0B61FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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