Html Css Color HEX #638EEC Cornflower Blue

📋 copy color: '#638EEC'

red 99 ◦ green 142 ◦ blue 236

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

Shades of Cornflower Blue #638EEC

Tints of Cornflower Blue #638EEC

RGB

 RED value IS 99 (39.06% from 255) = 20.75%

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

 BLUE value IS 236 (92.58% from 255) = 49.48%

R = 20.75%
G = 29.77%
B = 49.48%

CMYK

 C value IS 0.58

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#638EEC (or 0x638EEC) is known color: Cornflower Blue. HEX triplet: 63, 8E and EC. RGB value is (99,142,236). Sum of RGB (Red+Green+Blue) = 99+142+236=477 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.75% from 477); Green value is 142 (55.86% from 255 or 29.77% from 477); Blue value is 236 (92.58% from 255 or 49.48% from 477); Max value from RGB is 236 - color contains mainly: blue. Hex color #638EEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #638EEC is #9C7113. Grayscale: #8B8B8B. Windows color (decimal): -10252564 or 15502947. OLE color: 15502947.

HSL color Cylindrical-coordinate representation of color #638EEC: hue angle of 221.17º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #638EEC is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 99 142 236 -
CMYK 0.58 0.40 0 0.07
HSL 221.17º 0.78% 0.66% -
HSV(B) 221.17º 0.58% 0.93% -
XYZ 29.96 28.05 83.19 -
YUV 139.86 182.25 98.86 -
System Red Green Blue C M Y K H S L
Decimal 99 142 236 0.58 0.40 0 0.07 221.17 0.78 0.66
Hex 63 8E EC 3A 28 0 7 DD 4E 42
Octal 143 216 354 72 50 0 7 335 116 102
Binary 1100011 10001110 11101100 111010 101000 0 111 11011101 1001110 1000010

Color Harmonies of #638EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638EEC

Black with #638EEC

Text Example


Text Example

White with #638EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638EEC; }

 p { color: rgb(99,142,236); }

 H1.HeaderClassName
 {
   color: #638EEC;
 }
 .AnyTagClassName
 {
   color: #638EEC;
 }
</style>

background-color css

<style>
 a { background-color: #638EEC; }

 a { background-color: rgb(99,142,236); }

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

border-color css

<style>
 span { border-color: #638EEC; }

 span { border-color: rgb(99,142,236); }

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