Html Css Color HEX #2B4ADA Cerulean Blue

📋 copy color: '#2B4ADA'

red 43 ◦ green 74 ◦ blue 218

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

Shades of Cerulean Blue #2B4ADA

Tints of Cerulean Blue #2B4ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 65.07%

R = 12.84%
G = 22.09%
B = 65.07%

CMYK

 C value IS 0.80

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2B4ADA (or 0x2B4ADA) is known color: Cerulean Blue. HEX triplet: 2B, 4A and DA. RGB value is (43,74,218). Sum of RGB (Red+Green+Blue) = 43+74+218=335 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.84% from 335); Green value is 74 (29.30% from 255 or 22.09% from 335); Blue value is 218 (85.55% from 255 or 65.07% from 335); Max value from RGB is 218 - color contains mainly: blue. Hex color #2B4ADA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B4ADA is #D4B525. Grayscale: #505050. Windows color (decimal): -13940006 or 14305835. OLE color: 14305835.

HSL color Cylindrical-coordinate representation of color #2B4ADA: hue angle of 229.37º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B4ADA is Cyan = 0.80, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 43 74 218 -
CMYK 0.80 0.66 0 0.15
HSL 229.37º 0.7% 0.51% -
HSV(B) 229.37º 0.8% 0.85% -
XYZ 16.1 10.47 67.5 -
YUV 81.15 205.23 100.79 -
System Red Green Blue C M Y K H S L
Decimal 43 74 218 0.80 0.66 0 0.15 229.37 0.7 0.51
Hex 2B 4A DA 50 42 0 F E5 46 33
Octal 53 112 332 120 102 0 17 345 106 63
Binary 101011 1001010 11011010 1010000 1000010 0 1111 11100101 1000110 110011

Color Harmonies of #2B4ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4ADA

Black with #2B4ADA

Text Example


Text Example

White with #2B4ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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