Html Css Color HEX #2B4BCD Cerulean Blue

📋 copy color: '#2B4BCD'

red 43 ◦ green 75 ◦ blue 205

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

Shades of Cerulean Blue #2B4BCD

Tints of Cerulean Blue #2B4BCD

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.22%

 BLUE value IS 205 (80.47% from 255) = 63.47%

R = 13.31%
G = 23.22%
B = 63.47%

CMYK

 C value IS 0.79

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2B4BCD (or 0x2B4BCD) is known color: Cerulean Blue. HEX triplet: 2B, 4B and CD. RGB value is (43,75,205). Sum of RGB (Red+Green+Blue) = 43+75+205=323 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.31% from 323); Green value is 75 (29.69% from 255 or 23.22% from 323); Blue value is 205 (80.47% from 255 or 63.47% from 323); Max value from RGB is 205 - color contains mainly: blue. Hex color #2B4BCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B4BCD is #D4B432. Grayscale: #4F4F4F. Windows color (decimal): -13939763 or 13454123. OLE color: 13454123.

HSL color Cylindrical-coordinate representation of color #2B4BCD: hue angle of 228.15º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B4BCD is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 43 75 205 -
CMYK 0.79 0.63 0 0.20
HSL 228.15º 0.65% 0.49% -
HSV(B) 228.15º 0.79% 0.8% -
XYZ 14.53 9.95 58.91 -
YUV 80.25 198.4 101.43 -
System Red Green Blue C M Y K H S L
Decimal 43 75 205 0.79 0.63 0 0.20 228.15 0.65 0.49
Hex 2B 4B CD 4F 3F 0 14 E4 41 31
Octal 53 113 315 117 77 0 24 344 101 61
Binary 101011 1001011 11001101 1001111 111111 0 10100 11100100 1000001 110001

Color Harmonies of #2B4BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4BCD

Black with #2B4BCD

Text Example


Text Example

White with #2B4BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,75,205); }

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

background-color css

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

 a { background-color: rgb(43,75,205); }

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

border-color css

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

 span { border-color: rgb(43,75,205); }

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