Html Css Color HEX #0B3CFD Blue

📋 copy color: '#0B3CFD'

red 11 ◦ green 60 ◦ blue 253

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

Shades of Blue #0B3CFD

Tints of Blue #0B3CFD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.52%

 BLUE value IS 253 (99.22% from 255) = 78.09%

R = 3.4%
G = 18.52%
B = 78.09%

CMYK

 C value IS 0.96

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0B3CFD (or 0x0B3CFD) is known color: Blue. HEX triplet: 0B, 3C and FD. RGB value is (11,60,253). Sum of RGB (Red+Green+Blue) = 11+60+253=324 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.40% from 324); Green value is 60 (23.83% from 255 or 18.52% from 324); Blue value is 253 (99.22% from 255 or 78.09% from 324); Max value from RGB is 253 - color contains mainly: blue. Hex color #0B3CFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0B3CFD is #F4C302. Grayscale: #424242. Windows color (decimal): -16040707 or 16595979. OLE color: 16595979.

HSL color Cylindrical-coordinate representation of color #0B3CFD: hue angle of 227.85º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B3CFD is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 11 60 253 -
CMYK 0.96 0.76 0 0.01
HSL 227.85º 0.98% 0.52% -
HSV(B) 227.85º 0.96% 0.99% -
XYZ 19.48 10.39 93.91 -
YUV 67.35 232.77 87.81 -
System Red Green Blue C M Y K H S L
Decimal 11 60 253 0.96 0.76 0 0.01 227.85 0.98 0.52
Hex B 3C FD 60 4C 0 1 E4 62 34
Octal 13 74 375 140 114 0 1 344 142 64
Binary 1011 111100 11111101 1100000 1001100 0 1 11100100 1100010 110100

Color Harmonies of #0B3CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B3CFD

Black with #0B3CFD

Text Example


Text Example

White with #0B3CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,60,253); }

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

background-color css

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

 a { background-color: rgb(11,60,253); }

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

border-color css

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

 span { border-color: rgb(11,60,253); }

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