Html Css Color HEX #2A4BDD Cerulean Blue

📋 copy color: '#2A4BDD'

red 42 ◦ green 75 ◦ blue 221

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

Shades of Cerulean Blue #2A4BDD

Tints of Cerulean Blue #2A4BDD

RGB

 RED value IS 42 (16.8% from 255) = 12.43%

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

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

R = 12.43%
G = 22.19%
B = 65.38%

CMYK

 C value IS 0.81

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2A4BDD (or 0x2A4BDD) is known color: Cerulean Blue. HEX triplet: 2A, 4B and DD. RGB value is (42,75,221). Sum of RGB (Red+Green+Blue) = 42+75+221=338 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.43% from 338); Green value is 75 (29.69% from 255 or 22.19% from 338); Blue value is 221 (86.72% from 255 or 65.38% from 338); Max value from RGB is 221 - color contains mainly: blue. Hex color #2A4BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A4BDD is #D5B422. Grayscale: #515151. Windows color (decimal): -14005283 or 14502698. OLE color: 14502698.

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

Color convert

RGB 42 75 221 -
CMYK 0.81 0.66 0 0.13
HSL 228.94º 0.72% 0.52% -
HSV(B) 228.94º 0.81% 0.87% -
XYZ 16.52 10.74 69.61 -
YUV 81.78 206.57 99.63 -
System Red Green Blue C M Y K H S L
Decimal 42 75 221 0.81 0.66 0 0.13 228.94 0.72 0.52
Hex 2A 4B DD 51 42 0 D E5 48 34
Octal 52 113 335 121 102 0 15 345 110 64
Binary 101010 1001011 11011101 1010001 1000010 0 1101 11100101 1001000 110100

Color Harmonies of #2A4BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4BDD

Black with #2A4BDD

Text Example


Text Example

White with #2A4BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,75,221); }

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

background-color css

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

 a { background-color: rgb(42,75,221); }

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

border-color css

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

 span { border-color: rgb(42,75,221); }

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