Html Css Color HEX #2B4EC0 Cerulean Blue

📋 copy color: '#2B4EC0'

red 43 ◦ green 78 ◦ blue 192

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

Shades of Cerulean Blue #2B4EC0

Tints of Cerulean Blue #2B4EC0

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24.92%

 BLUE value IS 192 (75.39% from 255) = 61.34%

R = 13.74%
G = 24.92%
B = 61.34%

CMYK

 C value IS 0.78

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2B4EC0 (or 0x2B4EC0) is known color: Cerulean Blue. HEX triplet: 2B, 4E and C0. RGB value is (43,78,192). Sum of RGB (Red+Green+Blue) = 43+78+192=313 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.74% from 313); Green value is 78 (30.86% from 255 or 24.92% from 313); Blue value is 192 (75.39% from 255 or 61.34% from 313); Max value from RGB is 192 - color contains mainly: blue. Hex color #2B4EC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B4EC0 is #D4B13F. Grayscale: #505050. Windows color (decimal): -13939008 or 12602923. OLE color: 12602923.

HSL color Cylindrical-coordinate representation of color #2B4EC0: hue angle of 225.91º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2B4EC0 is Cyan = 0.78, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 43 78 192 -
CMYK 0.78 0.59 0 0.25
HSL 225.91º 0.63% 0.46% -
HSV(B) 225.91º 0.78% 0.75% -
XYZ 13.24 9.77 51.06 -
YUV 80.53 190.9 101.23 -
System Red Green Blue C M Y K H S L
Decimal 43 78 192 0.78 0.59 0 0.25 225.91 0.63 0.46
Hex 2B 4E C0 4E 3B 0 19 E2 3F 2E
Octal 53 116 300 116 73 0 31 342 77 56
Binary 101011 1001110 11000000 1001110 111011 0 11001 11100010 111111 101110

Color Harmonies of #2B4EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4EC0

Black with #2B4EC0

Text Example


Text Example

White with #2B4EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,78,192); }

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

background-color css

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

 a { background-color: rgb(43,78,192); }

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

border-color css

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

 span { border-color: rgb(43,78,192); }

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