Html Css Color HEX #2B56CA Cerulean Blue

📋 copy color: '#2B56CA'

red 43 ◦ green 86 ◦ blue 202

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

Shades of Cerulean Blue #2B56CA

Tints of Cerulean Blue #2B56CA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.98%

 BLUE value IS 202 (79.3% from 255) = 61.03%

R = 12.99%
G = 25.98%
B = 61.03%

CMYK

 C value IS 0.79

 M value IS 0.57

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2B56CA (or 0x2B56CA) is known color: Cerulean Blue. HEX triplet: 2B, 56 and CA. RGB value is (43,86,202). Sum of RGB (Red+Green+Blue) = 43+86+202=331 (43% of max value = 765). Red value is 43 (17.19% from 255 or 12.99% from 331); Green value is 86 (33.98% from 255 or 25.98% from 331); Blue value is 202 (79.30% from 255 or 61.03% from 331); Max value from RGB is 202 - color contains mainly: blue. Hex color #2B56CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B56CA is #D4A935. Grayscale: #555555. Windows color (decimal): -13936950 or 13260331. OLE color: 13260331.

HSL color Cylindrical-coordinate representation of color #2B56CA: hue angle of 223.77º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B56CA is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 43 86 202 -
CMYK 0.79 0.57 0 0.21
HSL 223.77º 0.65% 0.48% -
HSV(B) 223.77º 0.79% 0.79% -
XYZ 14.98 11.43 57.29 -
YUV 86.37 193.25 97.07 -
System Red Green Blue C M Y K H S L
Decimal 43 86 202 0.79 0.57 0 0.21 223.77 0.65 0.48
Hex 2B 56 CA 4F 39 0 15 E0 41 30
Octal 53 126 312 117 71 0 25 340 101 60
Binary 101011 1010110 11001010 1001111 111001 0 10101 11100000 1000001 110000

Color Harmonies of #2B56CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B56CA

Black with #2B56CA

Text Example


Text Example

White with #2B56CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,86,202); }

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

background-color css

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

 a { background-color: rgb(43,86,202); }

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

border-color css

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

 span { border-color: rgb(43,86,202); }

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