Html Css Color HEX #0B02CF Medium Blue

📋 copy color: '#0B02CF'

red 11 ◦ green 2 ◦ blue 207

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

Shades of Medium Blue #0B02CF

Tints of Medium Blue #0B02CF

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.91%

 BLUE value IS 207 (81.25% from 255) = 94.09%

R = 5%
G = 0.91%
B = 94.09%

CMYK

 C value IS 0.95

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0B02CF (or 0x0B02CF) is known color: Medium Blue. HEX triplet: 0B, 02 and CF. RGB value is (11,2,207). Sum of RGB (Red+Green+Blue) = 11+2+207=220 (29% of max value = 765). Red value is 11 (4.69% from 255 or 5% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 207 (81.25% from 255 or 94.09% from 220); Max value from RGB is 207 - color contains mainly: blue. Hex color #0B02CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0B02CF is #F4FD30. Grayscale: #1B1B1B. Windows color (decimal): -16055601 or 13566475. OLE color: 13566475.

HSL color Cylindrical-coordinate representation of color #0B02CF: hue angle of 242.63º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0B02CF is Cyan = 0.95, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 11 2 207 -
CMYK 0.95 0.99 0 0.19
HSL 242.63º 0.98% 0.41% -
HSV(B) 242.63º 0.99% 0.81% -
XYZ 11.42 4.62 59.32 -
YUV 28.06 228.98 115.83 -
System Red Green Blue C M Y K H S L
Decimal 11 2 207 0.95 0.99 0 0.19 242.63 0.98 0.41
Hex B 2 CF 5F 63 0 13 F3 62 29
Octal 13 2 317 137 143 0 23 363 142 51
Binary 1011 10 11001111 1011111 1100011 0 10011 11110011 1100010 101001

Color Harmonies of #0B02CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B02CF

Black with #0B02CF

Text Example


Text Example

White with #0B02CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,2,207); }

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

background-color css

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

 a { background-color: rgb(11,2,207); }

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

border-color css

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

 span { border-color: rgb(11,2,207); }

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