Html Css Color HEX #2E5FCA Cerulean Blue

📋 copy color: '#2E5FCA'

red 46 ◦ green 95 ◦ blue 202

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

Shades of Cerulean Blue #2E5FCA

Tints of Cerulean Blue #2E5FCA

RGB

 RED value IS 46 (18.36% from 255) = 13.41%

 GREEN value IS 95 (37.5% from 255) = 27.7%

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

R = 13.41%
G = 27.7%
B = 58.89%

CMYK

 C value IS 0.77

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2E5FCA (or 0x2E5FCA) is known color: Cerulean Blue. HEX triplet: 2E, 5F and CA. RGB value is (46,95,202). Sum of RGB (Red+Green+Blue) = 46+95+202=343 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.41% from 343); Green value is 95 (37.5% from 255 or 27.70% from 343); Blue value is 202 (79.30% from 255 or 58.89% from 343); Max value from RGB is 202 - color contains mainly: blue. Hex color #2E5FCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E5FCA is #D1A035. Grayscale: #5C5C5C. Windows color (decimal): -13738038 or 13262638. OLE color: 13262638.

HSL color Cylindrical-coordinate representation of color #2E5FCA: hue angle of 221.15º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E5FCA is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 46 95 202 -
CMYK 0.77 0.53 0 0.21
HSL 221.15º 0.63% 0.49% -
HSV(B) 221.15º 0.77% 0.79% -
XYZ 15.88 13.03 57.56 -
YUV 92.55 189.77 94.8 -
System Red Green Blue C M Y K H S L
Decimal 46 95 202 0.77 0.53 0 0.21 221.15 0.63 0.49
Hex 2E 5F CA 4D 35 0 15 DD 3F 31
Octal 56 137 312 115 65 0 25 335 77 61
Binary 101110 1011111 11001010 1001101 110101 0 10101 11011101 111111 110001

Color Harmonies of #2E5FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5FCA

Black with #2E5FCA

Text Example


Text Example

White with #2E5FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,95,202); }

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

background-color css

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

 a { background-color: rgb(46,95,202); }

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

border-color css

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

 span { border-color: rgb(46,95,202); }

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