Html Css Color HEX #2E65CB Cerulean Blue

📋 copy color: '#2E65CB'

red 46 ◦ green 101 ◦ blue 203

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

Shades of Cerulean Blue #2E65CB

Tints of Cerulean Blue #2E65CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 58%

R = 13.14%
G = 28.86%
B = 58%

CMYK

 C value IS 0.77

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2E65CB (or 0x2E65CB) is known color: Cerulean Blue. HEX triplet: 2E, 65 and CB. RGB value is (46,101,203). Sum of RGB (Red+Green+Blue) = 46+101+203=350 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.14% from 350); Green value is 101 (39.84% from 255 or 28.86% from 350); Blue value is 203 (79.69% from 255 or 58% from 350); Max value from RGB is 203 - color contains mainly: blue. Hex color #2E65CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E65CB is #D19A34. Grayscale: #5F5F5F. Windows color (decimal): -13736501 or 13329710. OLE color: 13329710.

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

Color convert

RGB 46 101 203 -
CMYK 0.77 0.50 0 0.20
HSL 218.98º 0.63% 0.49% -
HSV(B) 218.98º 0.77% 0.8% -
XYZ 16.56 14.2 58.37 -
YUV 96.18 188.28 92.21 -
System Red Green Blue C M Y K H S L
Decimal 46 101 203 0.77 0.50 0 0.20 218.98 0.63 0.49
Hex 2E 65 CB 4D 32 0 14 DB 3F 31
Octal 56 145 313 115 62 0 24 333 77 61
Binary 101110 1100101 11001011 1001101 110010 0 10100 11011011 111111 110001

Color Harmonies of #2E65CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E65CB

Black with #2E65CB

Text Example


Text Example

White with #2E65CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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