Html Css Color HEX #2B4ADE Cerulean Blue

📋 copy color: '#2B4ADE'

red 43 ◦ green 74 ◦ blue 222

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

Shades of Cerulean Blue #2B4ADE

Tints of Cerulean Blue #2B4ADE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.83%

 BLUE value IS 222 (87.11% from 255) = 65.49%

R = 12.68%
G = 21.83%
B = 65.49%

CMYK

 C value IS 0.81

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2B4ADE (or 0x2B4ADE) is known color: Cerulean Blue. HEX triplet: 2B, 4A and DE. RGB value is (43,74,222). Sum of RGB (Red+Green+Blue) = 43+74+222=339 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.68% from 339); Green value is 74 (29.30% from 255 or 21.83% from 339); Blue value is 222 (87.11% from 255 or 65.49% from 339); Max value from RGB is 222 - color contains mainly: blue. Hex color #2B4ADE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B4ADE is #D4B521. Grayscale: #505050. Windows color (decimal): -13940002 or 14567979. OLE color: 14567979.

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

Color convert

RGB 43 74 222 -
CMYK 0.81 0.67 0 0.13
HSL 229.61º 0.73% 0.52% -
HSV(B) 229.61º 0.81% 0.87% -
XYZ 16.63 10.69 70.29 -
YUV 81.6 207.23 100.47 -
System Red Green Blue C M Y K H S L
Decimal 43 74 222 0.81 0.67 0 0.13 229.61 0.73 0.52
Hex 2B 4A DE 51 43 0 D E6 49 34
Octal 53 112 336 121 103 0 15 346 111 64
Binary 101011 1001010 11011110 1010001 1000011 0 1101 11100110 1001001 110100

Color Harmonies of #2B4ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4ADE

Black with #2B4ADE

Text Example


Text Example

White with #2B4ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,74,222); }

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

background-color css

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

 a { background-color: rgb(43,74,222); }

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

border-color css

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

 span { border-color: rgb(43,74,222); }

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