Html Css Color HEX #2B4FDD Cerulean Blue

📋 copy color: '#2B4FDD'

red 43 ◦ green 79 ◦ blue 221

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

Shades of Cerulean Blue #2B4FDD

Tints of Cerulean Blue #2B4FDD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.03%

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

R = 12.54%
G = 23.03%
B = 64.43%

CMYK

 C value IS 0.81

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2B4FDD (or 0x2B4FDD) is known color: Cerulean Blue. HEX triplet: 2B, 4F and DD. RGB value is (43,79,221). Sum of RGB (Red+Green+Blue) = 43+79+221=343 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.54% from 343); Green value is 79 (31.25% from 255 or 23.03% from 343); Blue value is 221 (86.72% from 255 or 64.43% from 343); Max value from RGB is 221 - color contains mainly: blue. Hex color #2B4FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B4FDD is #D4B022. Grayscale: #535353. Windows color (decimal): -13938723 or 14503723. OLE color: 14503723.

HSL color Cylindrical-coordinate representation of color #2B4FDD: hue angle of 227.87º 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 #2B4FDD is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 43 79 221 -
CMYK 0.81 0.64 0 0.13
HSL 227.87º 0.72% 0.52% -
HSV(B) 227.87º 0.81% 0.87% -
XYZ 16.84 11.33 69.71 -
YUV 84.42 205.07 98.45 -
System Red Green Blue C M Y K H S L
Decimal 43 79 221 0.81 0.64 0 0.13 227.87 0.72 0.52
Hex 2B 4F DD 51 40 0 D E4 48 34
Octal 53 117 335 121 100 0 15 344 110 64
Binary 101011 1001111 11011101 1010001 1000000 0 1101 11100100 1001000 110100

Color Harmonies of #2B4FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4FDD

Black with #2B4FDD

Text Example


Text Example

White with #2B4FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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