Html Css Color HEX #2E63BC Cerulean Blue

📋 copy color: '#2E63BC'

red 46 ◦ green 99 ◦ blue 188

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

Shades of Cerulean Blue #2E63BC

Tints of Cerulean Blue #2E63BC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.73%

 BLUE value IS 188 (73.83% from 255) = 56.46%

R = 13.81%
G = 29.73%
B = 56.46%

CMYK

 C value IS 0.76

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2E63BC (or 0x2E63BC) is known color: Cerulean Blue. HEX triplet: 2E, 63 and BC. RGB value is (46,99,188). Sum of RGB (Red+Green+Blue) = 46+99+188=333 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.81% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 188 (73.83% from 255 or 56.46% from 333); Max value from RGB is 188 - color contains mainly: blue. Hex color #2E63BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E63BC is #D19C43. Grayscale: #5C5C5C. Windows color (decimal): -13737028 or 12346158. OLE color: 12346158.

HSL color Cylindrical-coordinate representation of color #2E63BC: hue angle of 217.61º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E63BC is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 46 99 188 -
CMYK 0.76 0.47 0 0.26
HSL 217.61º 0.61% 0.46% -
HSV(B) 217.61º 0.76% 0.74% -
XYZ 14.67 13.14 49.34 -
YUV 93.3 181.44 94.26 -
System Red Green Blue C M Y K H S L
Decimal 46 99 188 0.76 0.47 0 0.26 217.61 0.61 0.46
Hex 2E 63 BC 4C 2F 0 1A DA 3D 2E
Octal 56 143 274 114 57 0 32 332 75 56
Binary 101110 1100011 10111100 1001100 101111 0 11010 11011010 111101 101110

Color Harmonies of #2E63BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E63BC

Black with #2E63BC

Text Example


Text Example

White with #2E63BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,99,188); }

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

background-color css

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

 a { background-color: rgb(46,99,188); }

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

border-color css

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

 span { border-color: rgb(46,99,188); }

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