Html Css Color HEX #2A4ADA Cerulean Blue

📋 copy color: '#2A4ADA'

red 42 ◦ green 74 ◦ blue 218

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

Shades of Cerulean Blue #2A4ADA

Tints of Cerulean Blue #2A4ADA

RGB

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

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

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

R = 12.57%
G = 22.16%
B = 65.27%

CMYK

 C value IS 0.81

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2A4ADA (or 0x2A4ADA) is known color: Cerulean Blue. HEX triplet: 2A, 4A and DA. RGB value is (42,74,218). Sum of RGB (Red+Green+Blue) = 42+74+218=334 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.57% from 334); Green value is 74 (29.30% from 255 or 22.16% from 334); Blue value is 218 (85.55% from 255 or 65.27% from 334); Max value from RGB is 218 - color contains mainly: blue. Hex color #2A4ADA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A4ADA is #D5B525. Grayscale: #505050. Windows color (decimal): -14005542 or 14305834. OLE color: 14305834.

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

Color convert

RGB 42 74 218 -
CMYK 0.81 0.66 0 0.15
HSL 229.09º 0.7% 0.51% -
HSV(B) 229.09º 0.81% 0.85% -
XYZ 16.06 10.45 67.5 -
YUV 80.85 205.4 100.29 -
System Red Green Blue C M Y K H S L
Decimal 42 74 218 0.81 0.66 0 0.15 229.09 0.7 0.51
Hex 2A 4A DA 51 42 0 F E5 46 33
Octal 52 112 332 121 102 0 17 345 106 63
Binary 101010 1001010 11011010 1010001 1000010 0 1111 11100101 1000110 110011

Color Harmonies of #2A4ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4ADA

Black with #2A4ADA

Text Example


Text Example

White with #2A4ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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