Html Css Color HEX #0B66FF Dodger Blue

📋 copy color: '#0B66FF'

red 11 ◦ green 102 ◦ blue 255

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

Shades of Dodger Blue #0B66FF

Tints of Dodger Blue #0B66FF

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.72%

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

R = 2.99%
G = 27.72%
B = 69.29%

CMYK

 C value IS 0.96

 M value IS 0.6

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0B66FF (or 0x0B66FF) is known color: Dodger Blue. HEX triplet: 0B, 66 and FF. RGB value is (11,102,255). Sum of RGB (Red+Green+Blue) = 11+102+255=368 (48% of max value = 765). Red value is 11 (4.69% from 255 or 2.99% from 368); Green value is 102 (40.23% from 255 or 27.72% from 368); Blue value is 255 (100% from 255 or 69.29% from 368); Max value from RGB is 255 - color contains mainly: blue. Hex color #0B66FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B66FF is #F49900. Grayscale: #5B5B5B. Windows color (decimal): -16029953 or 16737803. OLE color: 16737803.

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

Color convert

RGB 11 102 255 -
CMYK 0.96 0.6 0 0
HSL 217.62º 1% 0.52% -
HSV(B) 217.62º 0.96% 1% -
XYZ 22.94 16.79 96.64 -
YUV 92.23 219.85 70.06 -
System Red Green Blue C M Y K H S L
Decimal 11 102 255 0.96 0.6 0 0 217.62 1 0.52
Hex B 66 FF 60 3C 0 0 DA 64 34
Octal 13 146 377 140 74 0 0 332 144 64
Binary 1011 1100110 11111111 1100000 111100 0 0 11011010 1100100 110100

Color Harmonies of #0B66FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B66FF

Black with #0B66FF

Text Example


Text Example

White with #0B66FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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