Html Css Color HEX #2A4CDE Cerulean Blue

📋 copy color: '#2A4CDE'

red 42 ◦ green 76 ◦ blue 222

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

Shades of Cerulean Blue #2A4CDE

Tints of Cerulean Blue #2A4CDE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.35%

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

R = 12.35%
G = 22.35%
B = 65.29%

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

#2A4CDE (or 0x2A4CDE) is known color: Cerulean Blue. HEX triplet: 2A, 4C and DE. RGB value is (42,76,222). Sum of RGB (Red+Green+Blue) = 42+76+222=340 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.35% from 340); Green value is 76 (30.08% from 255 or 22.35% from 340); Blue value is 222 (87.11% from 255 or 65.29% from 340); Max value from RGB is 222 - color contains mainly: blue. Hex color #2A4CDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A4CDE is #D5B321. Grayscale: #515151. Windows color (decimal): -14005026 or 14568490. OLE color: 14568490.

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

Color convert

RGB 42 76 222 -
CMYK 0.81 0.66 0 0.13
HSL 228.67º 0.73% 0.52% -
HSV(B) 228.67º 0.81% 0.87% -
XYZ 16.72 10.94 70.34 -
YUV 82.48 206.74 99.13 -
System Red Green Blue C M Y K H S L
Decimal 42 76 222 0.81 0.66 0 0.13 228.67 0.73 0.52
Hex 2A 4C DE 51 42 0 D E5 49 34
Octal 52 114 336 121 102 0 15 345 111 64
Binary 101010 1001100 11011110 1010001 1000010 0 1101 11100101 1001001 110100

Color Harmonies of #2A4CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4CDE

Black with #2A4CDE

Text Example


Text Example

White with #2A4CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,76,222); }

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

background-color css

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

 a { background-color: rgb(42,76,222); }

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

border-color css

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

 span { border-color: rgb(42,76,222); }

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