Html Css Color HEX #2B04CC Medium Blue

📋 copy color: '#2B04CC'

red 43 ◦ green 4 ◦ blue 204

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

Shades of Medium Blue #2B04CC

Tints of Medium Blue #2B04CC

RGB

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

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

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

R = 17.13%
G = 1.59%
B = 81.27%

CMYK

 C value IS 0.79

 M value IS 0.98

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2B04CC (or 0x2B04CC) is known color: Medium Blue. HEX triplet: 2B, 04 and CC. RGB value is (43,4,204). Sum of RGB (Red+Green+Blue) = 43+4+204=251 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.13% from 251); Green value is 4 (1.95% from 255 or 1.59% from 251); Blue value is 204 (80.08% from 255 or 81.27% from 251); Max value from RGB is 204 - color contains mainly: blue. Hex color #2B04CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B04CC is #D4FB33. Grayscale: #252525. Windows color (decimal): -13957940 or 13370411. OLE color: 13370411.

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

Color convert

RGB 43 4 204 -
CMYK 0.79 0.98 0 0.2
HSL 251.7º 0.96% 0.41% -
HSV(B) 251.7º 0.98% 0.8% -
XYZ 11.94 4.96 57.45 -
YUV 38.46 221.42 131.24 -
System Red Green Blue C M Y K H S L
Decimal 43 4 204 0.79 0.98 0 0.2 251.7 0.96 0.41
Hex 2B 4 CC 4F 62 0 14 FC 60 29
Octal 53 4 314 117 142 0 24 374 140 51
Binary 101011 100 11001100 1001111 1100010 0 10100 11111100 1100000 101001

Color Harmonies of #2B04CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B04CC

Black with #2B04CC

Text Example


Text Example

White with #2B04CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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