Html Css Color HEX #2A4FD6 Cerulean Blue

📋 copy color: '#2A4FD6'

red 42 ◦ green 79 ◦ blue 214

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

Shades of Cerulean Blue #2A4FD6

Tints of Cerulean Blue #2A4FD6

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.58%

 BLUE value IS 214 (83.98% from 255) = 63.88%

R = 12.54%
G = 23.58%
B = 63.88%

CMYK

 C value IS 0.80

 M value IS 0.63

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#2A4FD6 (or 0x2A4FD6) is known color: Cerulean Blue. HEX triplet: 2A, 4F and D6. RGB value is (42,79,214). Sum of RGB (Red+Green+Blue) = 42+79+214=335 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.54% from 335); Green value is 79 (31.25% from 255 or 23.58% from 335); Blue value is 214 (83.98% from 255 or 63.88% from 335); Max value from RGB is 214 - color contains mainly: blue. Hex color #2A4FD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A4FD6 is #D5B029. Grayscale: #525252. Windows color (decimal): -14004266 or 14044970. OLE color: 14044970.

HSL color Cylindrical-coordinate representation of color #2A4FD6: hue angle of 227.09º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2A4FD6 is Cyan = 0.80, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 42 79 214 -
CMYK 0.80 0.63 0 0.16
HSL 227.09º 0.68% 0.5% -
HSV(B) 227.09º 0.8% 0.84% -
XYZ 15.89 10.94 64.89 -
YUV 83.33 201.74 98.52 -
System Red Green Blue C M Y K H S L
Decimal 42 79 214 0.80 0.63 0 0.16 227.09 0.68 0.5
Hex 2A 4F D6 50 3F 0 10 E3 44 32
Octal 52 117 326 120 77 0 20 343 104 62
Binary 101010 1001111 11010110 1010000 111111 0 10000 11100011 1000100 110010

Color Harmonies of #2A4FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4FD6

Black with #2A4FD6

Text Example


Text Example

White with #2A4FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,79,214); }

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

background-color css

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

 a { background-color: rgb(42,79,214); }

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

border-color css

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

 span { border-color: rgb(42,79,214); }

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