Html Css Color HEX #2B02CC Medium Blue

📋 copy color: '#2B02CC'

red 43 ◦ green 2 ◦ blue 204

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

Shades of Medium Blue #2B02CC

Tints of Medium Blue #2B02CC

RGB

 RED value IS 43 (17.19% from 255) = 17.27%

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

 BLUE value IS 204 (80.08% from 255) = 81.93%

R = 17.27%
G = 0.8%
B = 81.93%

CMYK

 C value IS 0.79

 M value IS 0.99

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2B02CC (or 0x2B02CC) is known color: Medium Blue. HEX triplet: 2B, 02 and CC. RGB value is (43,2,204). Sum of RGB (Red+Green+Blue) = 43+2+204=249 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.27% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 204 (80.08% from 255 or 81.93% from 249); Max value from RGB is 204 - color contains mainly: blue. Hex color #2B02CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B02CC is #D4FD33. Grayscale: #242424. Windows color (decimal): -13958452 or 13369899. OLE color: 13369899.

HSL color Cylindrical-coordinate representation of color #2B02CC: hue angle of 252.18º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2B02CC is Cyan = 0.79, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 43 2 204 -
CMYK 0.79 0.99 0 0.2
HSL 252.18º 0.98% 0.4% -
HSV(B) 252.18º 0.99% 0.8% -
XYZ 11.92 4.92 57.45 -
YUV 37.29 222.08 132.07 -
System Red Green Blue C M Y K H S L
Decimal 43 2 204 0.79 0.99 0 0.2 252.18 0.98 0.4
Hex 2B 2 CC 4F 63 0 14 FC 62 28
Octal 53 2 314 117 143 0 24 374 142 50
Binary 101011 10 11001100 1001111 1100011 0 10100 11111100 1100010 101000

Color Harmonies of #2B02CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B02CC

Black with #2B02CC

Text Example


Text Example

White with #2B02CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2B02CC; }

 p { color: rgb(43,2,204); }

 H1.HeaderClassName
 {
   color: #2B02CC;
 }
 .AnyTagClassName
 {
   color: #2B02CC;
 }
</style>

background-color css

<style>
 a { background-color: #2B02CC; }

 a { background-color: rgb(43,2,204); }

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

border-color css

<style>
 span { border-color: #2B02CC; }

 span { border-color: rgb(43,2,204); }

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