Html Css Color HEX #2A5ED6 Cerulean Blue

📋 copy color: '#2A5ED6'

red 42 ◦ green 94 ◦ blue 214

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

Shades of Cerulean Blue #2A5ED6

Tints of Cerulean Blue #2A5ED6

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.86%

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

R = 12%
G = 26.86%
B = 61.14%

CMYK

 C value IS 0.80

 M value IS 0.56

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#2A5ED6 (or 0x2A5ED6) is known color: Cerulean Blue. HEX triplet: 2A, 5E and D6. RGB value is (42,94,214). Sum of RGB (Red+Green+Blue) = 42+94+214=350 (46% of max value = 765). Red value is 42 (16.80% from 255 or 12% from 350); Green value is 94 (37.11% from 255 or 26.86% from 350); Blue value is 214 (83.98% from 255 or 61.14% from 350); Max value from RGB is 214 - color contains mainly: blue. Hex color #2A5ED6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A5ED6 is #D5A129. Grayscale: #5B5B5B. Windows color (decimal): -14000426 or 14048810. OLE color: 14048810.

HSL color Cylindrical-coordinate representation of color #2A5ED6: hue angle of 221.86º 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 #2A5ED6 is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 42 94 214 -
CMYK 0.80 0.56 0 0.16
HSL 221.86º 0.68% 0.5% -
HSV(B) 221.86º 0.8% 0.84% -
XYZ 17.1 13.35 65.29 -
YUV 92.13 196.77 92.24 -
System Red Green Blue C M Y K H S L
Decimal 42 94 214 0.80 0.56 0 0.16 221.86 0.68 0.5
Hex 2A 5E D6 50 38 0 10 DE 44 32
Octal 52 136 326 120 70 0 20 336 104 62
Binary 101010 1011110 11010110 1010000 111000 0 10000 11011110 1000100 110010

Color Harmonies of #2A5ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A5ED6

Black with #2A5ED6

Text Example


Text Example

White with #2A5ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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