Html Css Color HEX #2E48CF Cerulean Blue

📋 copy color: '#2E48CF'

red 46 ◦ green 72 ◦ blue 207

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

Shades of Cerulean Blue #2E48CF

Tints of Cerulean Blue #2E48CF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.15%

 BLUE value IS 207 (81.25% from 255) = 63.69%

R = 14.15%
G = 22.15%
B = 63.69%

CMYK

 C value IS 0.78

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2E48CF (or 0x2E48CF) is known color: Cerulean Blue. HEX triplet: 2E, 48 and CF. RGB value is (46,72,207). Sum of RGB (Red+Green+Blue) = 46+72+207=325 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.15% from 325); Green value is 72 (28.52% from 255 or 22.15% from 325); Blue value is 207 (81.25% from 255 or 63.69% from 325); Max value from RGB is 207 - color contains mainly: blue. Hex color #2E48CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E48CF is #D1B730. Grayscale: #4F4F4F. Windows color (decimal): -13743921 or 13584430. OLE color: 13584430.

HSL color Cylindrical-coordinate representation of color #2E48CF: hue angle of 230.31º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E48CF is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 46 72 207 -
CMYK 0.78 0.65 0 0.19
HSL 230.31º 0.64% 0.5% -
HSV(B) 230.31º 0.78% 0.81% -
XYZ 14.71 9.72 60.13 -
YUV 79.62 199.89 104.02 -
System Red Green Blue C M Y K H S L
Decimal 46 72 207 0.78 0.65 0 0.19 230.31 0.64 0.5
Hex 2E 48 CF 4E 41 0 13 E6 40 32
Octal 56 110 317 116 101 0 23 346 100 62
Binary 101110 1001000 11001111 1001110 1000001 0 10011 11100110 1000000 110010

Color Harmonies of #2E48CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E48CF

Black with #2E48CF

Text Example


Text Example

White with #2E48CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,72,207); }

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

background-color css

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

 a { background-color: rgb(46,72,207); }

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

border-color css

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

 span { border-color: rgb(46,72,207); }

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