Html Css Color HEX #2E8CCB Curious Blue

📋 copy color: '#2E8CCB'

red 46 ◦ green 140 ◦ blue 203

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

Shades of Curious Blue #2E8CCB

Tints of Curious Blue #2E8CCB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.99%

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

R = 11.83%
G = 35.99%
B = 52.19%

CMYK

 C value IS 0.77

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2E8CCB (or 0x2E8CCB) is known color: Curious Blue. HEX triplet: 2E, 8C and CB. RGB value is (46,140,203). Sum of RGB (Red+Green+Blue) = 46+140+203=389 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.83% from 389); Green value is 140 (55.08% from 255 or 35.99% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #2E8CCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E8CCB is #D17334. Grayscale: #767676. Windows color (decimal): -13726517 or 13339694. OLE color: 13339694.

HSL color Cylindrical-coordinate representation of color #2E8CCB: hue angle of 204.08º 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 #2E8CCB is Cyan = 0.77, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 46 140 203 -
CMYK 0.77 0.31 0 0.20
HSL 204.08º 0.63% 0.49% -
HSV(B) 204.08º 0.77% 0.8% -
XYZ 21.28 23.65 59.94 -
YUV 119.08 175.36 75.88 -
System Red Green Blue C M Y K H S L
Decimal 46 140 203 0.77 0.31 0 0.20 204.08 0.63 0.49
Hex 2E 8C CB 4D 1F 0 14 CC 3F 31
Octal 56 214 313 115 37 0 24 314 77 61
Binary 101110 10001100 11001011 1001101 11111 0 10100 11001100 111111 110001

Color Harmonies of #2E8CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8CCB

Black with #2E8CCB

Text Example


Text Example

White with #2E8CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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