Html Css Color HEX #2E66B8 Cerulean Blue

📋 copy color: '#2E66B8'

red 46 ◦ green 102 ◦ blue 184

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

Shades of Cerulean Blue #2E66B8

Tints of Cerulean Blue #2E66B8

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.72%

 BLUE value IS 184 (72.27% from 255) = 55.42%

R = 13.86%
G = 30.72%
B = 55.42%

CMYK

 C value IS 0.75

 M value IS 0.45

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#2E66B8 (or 0x2E66B8) is known color: Cerulean Blue. HEX triplet: 2E, 66 and B8. RGB value is (46,102,184). Sum of RGB (Red+Green+Blue) = 46+102+184=332 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.86% from 332); Green value is 102 (40.23% from 255 or 30.72% from 332); Blue value is 184 (72.27% from 255 or 55.42% from 332); Max value from RGB is 184 - color contains mainly: blue. Hex color #2E66B8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E66B8 is #D19947. Grayscale: #5E5E5E. Windows color (decimal): -13736264 or 12084782. OLE color: 12084782.

HSL color Cylindrical-coordinate representation of color #2E66B8: hue angle of 215.65º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E66B8 is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 46 102 184 -
CMYK 0.75 0.45 0 0.28
HSL 215.65º 0.6% 0.45% -
HSV(B) 215.65º 0.75% 0.72% -
XYZ 14.53 13.54 47.2 -
YUV 94.6 178.45 93.33 -
System Red Green Blue C M Y K H S L
Decimal 46 102 184 0.75 0.45 0 0.28 215.65 0.6 0.45
Hex 2E 66 B8 4B 2D 0 1C D8 3C 2D
Octal 56 146 270 113 55 0 34 330 74 55
Binary 101110 1100110 10111000 1001011 101101 0 11100 11011000 111100 101101

Color Harmonies of #2E66B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E66B8

Black with #2E66B8

Text Example


Text Example

White with #2E66B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,102,184); }

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

background-color css

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

 a { background-color: rgb(46,102,184); }

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

border-color css

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

 span { border-color: rgb(46,102,184); }

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