Html Css Color HEX #2B4EDD Cerulean Blue

📋 copy color: '#2B4EDD'

red 43 ◦ green 78 ◦ blue 221

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

Shades of Cerulean Blue #2B4EDD

Tints of Cerulean Blue #2B4EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 64.62%

R = 12.57%
G = 22.81%
B = 64.62%

CMYK

 C value IS 0.81

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2B4EDD (or 0x2B4EDD) is known color: Cerulean Blue. HEX triplet: 2B, 4E and DD. RGB value is (43,78,221). Sum of RGB (Red+Green+Blue) = 43+78+221=342 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.57% from 342); Green value is 78 (30.86% from 255 or 22.81% from 342); Blue value is 221 (86.72% from 255 or 64.62% from 342); Max value from RGB is 221 - color contains mainly: blue. Hex color #2B4EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B4EDD is #D4B122. Grayscale: #535353. Windows color (decimal): -13938979 or 14503467. OLE color: 14503467.

HSL color Cylindrical-coordinate representation of color #2B4EDD: hue angle of 228.2º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B4EDD is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 43 78 221 -
CMYK 0.81 0.65 0 0.13
HSL 228.2º 0.72% 0.52% -
HSV(B) 228.2º 0.81% 0.87% -
XYZ 16.77 11.18 69.68 -
YUV 83.84 205.4 98.87 -
System Red Green Blue C M Y K H S L
Decimal 43 78 221 0.81 0.65 0 0.13 228.2 0.72 0.52
Hex 2B 4E DD 51 41 0 D E4 48 34
Octal 53 116 335 121 101 0 15 344 110 64
Binary 101011 1001110 11011101 1010001 1000001 0 1101 11100100 1001000 110100

Color Harmonies of #2B4EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4EDD

Black with #2B4EDD

Text Example


Text Example

White with #2B4EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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