Html Css Color HEX #278ECC Curious Blue

📋 copy color: '#278ECC'

red 39 ◦ green 142 ◦ blue 204

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

Shades of Curious Blue #278ECC

Tints of Curious Blue #278ECC

RGB

 RED value IS 39 (15.63% from 255) = 10.13%

 GREEN value IS 142 (55.86% from 255) = 36.88%

 BLUE value IS 204 (80.08% from 255) = 52.99%

R = 10.13%
G = 36.88%
B = 52.99%

CMYK

 C value IS 0.81

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#278ECC (or 0x278ECC) is known color: Curious Blue. HEX triplet: 27, 8E and CC. RGB value is (39,142,204). Sum of RGB (Red+Green+Blue) = 39+142+204=385 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.13% from 385); Green value is 142 (55.86% from 255 or 36.88% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #278ECC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #278ECC is #D87133. Grayscale: #757575. Windows color (decimal): -14184756 or 13405735. OLE color: 13405735.

HSL color Cylindrical-coordinate representation of color #278ECC: hue angle of 202.55º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #278ECC is Cyan = 0.81, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 39 142 204 -
CMYK 0.81 0.30 0 0.2
HSL 202.55º 0.68% 0.48% -
HSV(B) 202.55º 0.81% 0.8% -
XYZ 21.41 24.14 60.66 -
YUV 118.27 176.38 71.46 -
System Red Green Blue C M Y K H S L
Decimal 39 142 204 0.81 0.30 0 0.2 202.55 0.68 0.48
Hex 27 8E CC 51 1E 0 14 CB 44 30
Octal 47 216 314 121 36 0 24 313 104 60
Binary 100111 10001110 11001100 1010001 11110 0 10100 11001011 1000100 110000

Color Harmonies of #278ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #278ECC

Black with #278ECC

Text Example


Text Example

White with #278ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #278ECC; }

 p { color: rgb(39,142,204); }

 H1.HeaderClassName
 {
   color: #278ECC;
 }
 .AnyTagClassName
 {
   color: #278ECC;
 }
</style>

background-color css

<style>
 a { background-color: #278ECC; }

 a { background-color: rgb(39,142,204); }

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

border-color css

<style>
 span { border-color: #278ECC; }

 span { border-color: rgb(39,142,204); }

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