Html Css Color HEX #002BE4 Medium Blue

📋 copy color: '#002BE4'

red 0 ◦ green 43 ◦ blue 228

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

Shades of Medium Blue #002BE4

Tints of Medium Blue #002BE4

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 43 (17.19% from 255) = 15.87%

 BLUE value IS 228 (89.45% from 255) = 84.13%

R = 0%
G = 15.87%
B = 84.13%

CMYK

 C value IS 1

 M value IS 0.81

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#002BE4 (or 0x002BE4) is known color: Medium Blue. HEX triplet: 00, 2B and E4. RGB value is (0,43,228). Sum of RGB (Red+Green+Blue) = 0+43+228=271 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 271); Green value is 43 (17.19% from 255 or 15.87% from 271); Blue value is 228 (89.45% from 255 or 84.13% from 271); Max value from RGB is 228 - color contains mainly: blue. Hex color #002BE4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002BE4 is #FFD41B. Grayscale: #323232. Windows color (decimal): -16765980 or 14953216. OLE color: 14953216.

HSL color Cylindrical-coordinate representation of color #002BE4: hue angle of 228.68º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002BE4 is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 0 43 228 -
CMYK 1 0.81 0 0.11
HSL 228.68º 1% 0.45% -
HSV(B) 228.68º 1% 0.89% -
XYZ 14.87 7.33 74.03 -
YUV 51.23 227.75 91.46 -
System Red Green Blue C M Y K H S L
Decimal 0 43 228 1 0.81 0 0.11 228.68 1 0.45
Hex 0 2B E4 64 51 0 B E5 64 2D
Octal 0 53 344 144 121 0 13 345 144 55
Binary 0 101011 11100100 1100100 1010001 0 1011 11100101 1100100 101101

Color Harmonies of #002BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002BE4

Black with #002BE4

Text Example


Text Example

White with #002BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002BE4; }

 p { color: rgb(0,43,228); }

 H1.HeaderClassName
 {
   color: #002BE4;
 }
 .AnyTagClassName
 {
   color: #002BE4;
 }
</style>

background-color css

<style>
 a { background-color: #002BE4; }

 a { background-color: rgb(0,43,228); }

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

border-color css

<style>
 span { border-color: #002BE4; }

 span { border-color: rgb(0,43,228); }

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