Html Css Color HEX #027C98 Eastern Blue

📋 copy color: '#027C98'

red 2 ◦ green 124 ◦ blue 152

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

Shades of Eastern Blue #027C98

Tints of Eastern Blue #027C98

RGB

 RED value IS 2 (1.17% from 255) = 0.72%

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

 BLUE value IS 152 (59.77% from 255) = 54.68%

R = 0.72%
G = 44.6%
B = 54.68%

CMYK

 C value IS 0.99

 M value IS 0.18

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#027C98 (or 0x027C98) is known color: Eastern Blue. HEX triplet: 02, 7C and 98. RGB value is (2,124,152). Sum of RGB (Red+Green+Blue) = 2+124+152=278 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 278); Green value is 124 (48.83% from 255 or 44.60% from 278); Blue value is 152 (59.77% from 255 or 54.68% from 278); Max value from RGB is 152 - color contains mainly: blue. Hex color #027C98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027C98 is #FD8367. Grayscale: #5A5A5A. Windows color (decimal): -16614248 or 9993218. OLE color: 9993218.

HSL color Cylindrical-coordinate representation of color #027C98: hue angle of 191.2º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027C98 is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 2 124 152 -
CMYK 0.99 0.18 0 0.40
HSL 191.2º 0.97% 0.3% -
HSV(B) 191.2º 0.99% 0.6% -
XYZ 12.9 16.7 32.25 -
YUV 90.71 162.58 64.72 -
System Red Green Blue C M Y K H S L
Decimal 2 124 152 0.99 0.18 0 0.40 191.2 0.97 0.3
Hex 2 7C 98 63 12 0 28 BF 61 1E
Octal 2 174 230 143 22 0 50 277 141 36
Binary 10 1111100 10011000 1100011 10010 0 101000 10111111 1100001 11110

Color Harmonies of #027C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027C98

Black with #027C98

Text Example


Text Example

White with #027C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027C98; }

 p { color: rgb(2,124,152); }

 H1.HeaderClassName
 {
   color: #027C98;
 }
 .AnyTagClassName
 {
   color: #027C98;
 }
</style>

background-color css

<style>
 a { background-color: #027C98; }

 a { background-color: rgb(2,124,152); }

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

border-color css

<style>
 span { border-color: #027C98; }

 span { border-color: rgb(2,124,152); }

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