Html Css Color HEX #2A5DCA Cerulean Blue

📋 copy color: '#2A5DCA'

red 42 ◦ green 93 ◦ blue 202

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

Shades of Cerulean Blue #2A5DCA

Tints of Cerulean Blue #2A5DCA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.6%

 BLUE value IS 202 (79.3% from 255) = 59.94%

R = 12.46%
G = 27.6%
B = 59.94%

CMYK

 C value IS 0.79

 M value IS 0.54

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2A5DCA (or 0x2A5DCA) is known color: Cerulean Blue. HEX triplet: 2A, 5D and CA. RGB value is (42,93,202). Sum of RGB (Red+Green+Blue) = 42+93+202=337 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.46% from 337); Green value is 93 (36.72% from 255 or 27.60% from 337); Blue value is 202 (79.30% from 255 or 59.94% from 337); Max value from RGB is 202 - color contains mainly: blue. Hex color #2A5DCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A5DCA is #D5A235. Grayscale: #595959. Windows color (decimal): -14000694 or 13262122. OLE color: 13262122.

HSL color Cylindrical-coordinate representation of color #2A5DCA: hue angle of 220.88º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2A5DCA is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 42 93 202 -
CMYK 0.79 0.54 0 0.21
HSL 220.88º 0.66% 0.48% -
HSV(B) 220.88º 0.79% 0.79% -
XYZ 15.53 12.59 57.49 -
YUV 90.18 191.1 93.64 -
System Red Green Blue C M Y K H S L
Decimal 42 93 202 0.79 0.54 0 0.21 220.88 0.66 0.48
Hex 2A 5D CA 4F 36 0 15 DD 42 30
Octal 52 135 312 117 66 0 25 335 102 60
Binary 101010 1011101 11001010 1001111 110110 0 10101 11011101 1000010 110000

Color Harmonies of #2A5DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A5DCA

Black with #2A5DCA

Text Example


Text Example

White with #2A5DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,93,202); }

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

background-color css

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

 a { background-color: rgb(42,93,202); }

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

border-color css

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

 span { border-color: rgb(42,93,202); }

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