Html Css Color HEX #2E7CCD Curious Blue

📋 copy color: '#2E7CCD'

red 46 ◦ green 124 ◦ blue 205

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

Shades of Curious Blue #2E7CCD

Tints of Curious Blue #2E7CCD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.07%

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

R = 12.27%
G = 33.07%
B = 54.67%

CMYK

 C value IS 0.78

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2E7CCD (or 0x2E7CCD) is known color: Curious Blue. HEX triplet: 2E, 7C and CD. RGB value is (46,124,205). Sum of RGB (Red+Green+Blue) = 46+124+205=375 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.27% from 375); Green value is 124 (48.83% from 255 or 33.07% from 375); Blue value is 205 (80.47% from 255 or 54.67% from 375); Max value from RGB is 205 - color contains mainly: blue. Hex color #2E7CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E7CCD is #D18332. Grayscale: #6D6D6D. Windows color (decimal): -13730611 or 13466670. OLE color: 13466670.

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

Color convert

RGB 46 124 205 -
CMYK 0.78 0.40 0 0.20
HSL 210.57º 0.63% 0.49% -
HSV(B) 210.57º 0.78% 0.8% -
XYZ 19.35 19.4 60.48 -
YUV 109.91 181.66 82.41 -
System Red Green Blue C M Y K H S L
Decimal 46 124 205 0.78 0.40 0 0.20 210.57 0.63 0.49
Hex 2E 7C CD 4E 28 0 14 D3 3F 31
Octal 56 174 315 116 50 0 24 323 77 61
Binary 101110 1111100 11001101 1001110 101000 0 10100 11010011 111111 110001

Color Harmonies of #2E7CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7CCD

Black with #2E7CCD

Text Example


Text Example

White with #2E7CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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