Html Css Color HEX #2E65CD Cerulean Blue

📋 copy color: '#2E65CD'

red 46 ◦ green 101 ◦ blue 205

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

Shades of Cerulean Blue #2E65CD

Tints of Cerulean Blue #2E65CD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.69%

 BLUE value IS 205 (80.47% from 255) = 58.24%

R = 13.07%
G = 28.69%
B = 58.24%

CMYK

 C value IS 0.78

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2E65CD (or 0x2E65CD) is known color: Cerulean Blue. HEX triplet: 2E, 65 and CD. RGB value is (46,101,205). Sum of RGB (Red+Green+Blue) = 46+101+205=352 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.07% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 205 (80.47% from 255 or 58.24% from 352); Max value from RGB is 205 - color contains mainly: blue. Hex color #2E65CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E65CD is #D19A32. Grayscale: #5F5F5F. Windows color (decimal): -13736499 or 13460782. OLE color: 13460782.

HSL color Cylindrical-coordinate representation of color #2E65CD: hue angle of 219.25º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E65CD is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 46 101 205 -
CMYK 0.78 0.51 0 0.20
HSL 219.25º 0.63% 0.49% -
HSV(B) 219.25º 0.78% 0.8% -
XYZ 16.8 14.3 59.63 -
YUV 96.41 189.28 92.04 -
System Red Green Blue C M Y K H S L
Decimal 46 101 205 0.78 0.51 0 0.20 219.25 0.63 0.49
Hex 2E 65 CD 4E 33 0 14 DB 3F 31
Octal 56 145 315 116 63 0 24 333 77 61
Binary 101110 1100101 11001101 1001110 110011 0 10100 11011011 111111 110001

Color Harmonies of #2E65CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E65CD

Black with #2E65CD

Text Example


Text Example

White with #2E65CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,101,205); }

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

background-color css

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

 a { background-color: rgb(46,101,205); }

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

border-color css

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

 span { border-color: rgb(46,101,205); }

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