Html Css Color HEX #0B63FF Dodger Blue

📋 copy color: '#0B63FF'

red 11 ◦ green 99 ◦ blue 255

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

Shades of Dodger Blue #0B63FF

Tints of Dodger Blue #0B63FF

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.12%

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

R = 3.01%
G = 27.12%
B = 69.86%

CMYK

 C value IS 0.96

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0B63FF (or 0x0B63FF) is known color: Dodger Blue. HEX triplet: 0B, 63 and FF. RGB value is (11,99,255). Sum of RGB (Red+Green+Blue) = 11+99+255=365 (48% of max value = 765). Red value is 11 (4.69% from 255 or 3.01% from 365); Green value is 99 (39.06% from 255 or 27.12% from 365); Blue value is 255 (100% from 255 or 69.86% from 365); Max value from RGB is 255 - color contains mainly: blue. Hex color #0B63FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B63FF is #F49C00. Grayscale: #595959. Windows color (decimal): -16030721 or 16737035. OLE color: 16737035.

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

Color convert

RGB 11 99 255 -
CMYK 0.96 0.61 0 0
HSL 218.36º 1% 0.52% -
HSV(B) 218.36º 0.96% 1% -
XYZ 22.65 16.21 96.54 -
YUV 90.47 220.85 71.32 -
System Red Green Blue C M Y K H S L
Decimal 11 99 255 0.96 0.61 0 0 218.36 1 0.52
Hex B 63 FF 60 3D 0 0 DA 64 34
Octal 13 143 377 140 75 0 0 332 144 64
Binary 1011 1100011 11111111 1100000 111101 0 0 11011010 1100100 110100

Color Harmonies of #0B63FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B63FF

Black with #0B63FF

Text Example


Text Example

White with #0B63FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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