Html Css Color HEX #0B04FD Blue

📋 copy color: '#0B04FD'

red 11 ◦ green 4 ◦ blue 253

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

Shades of Blue #0B04FD

Tints of Blue #0B04FD

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.49%

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

R = 4.1%
G = 1.49%
B = 94.4%

CMYK

 C value IS 0.96

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0B04FD (or 0x0B04FD) is known color: Blue. HEX triplet: 0B, 04 and FD. RGB value is (11,4,253). Sum of RGB (Red+Green+Blue) = 11+4+253=268 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.10% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 253 (99.22% from 255 or 94.40% from 268); Max value from RGB is 253 - color contains mainly: blue. Hex color #0B04FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0B04FD is #F4FB02. Grayscale: #212121. Windows color (decimal): -16055043 or 16581643. OLE color: 16581643.

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

Color convert

RGB 11 4 253 -
CMYK 0.96 0.98 0 0.01
HSL 241.69º 0.98% 0.5% -
HSV(B) 241.69º 0.98% 0.99% -
XYZ 17.91 7.25 93.38 -
YUV 34.48 251.32 111.25 -
System Red Green Blue C M Y K H S L
Decimal 11 4 253 0.96 0.98 0 0.01 241.69 0.98 0.5
Hex B 4 FD 60 62 0 1 F2 62 32
Octal 13 4 375 140 142 0 1 362 142 62
Binary 1011 100 11111101 1100000 1100010 0 1 11110010 1100010 110010

Color Harmonies of #0B04FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B04FD

Black with #0B04FD

Text Example


Text Example

White with #0B04FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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