Html Css Color HEX #638ED7 Cornflower Blue

📋 copy color: '#638ED7'

red 99 ◦ green 142 ◦ blue 215

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

Shades of Cornflower Blue #638ED7

Tints of Cornflower Blue #638ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 47.15%

R = 21.71%
G = 31.14%
B = 47.15%

CMYK

 C value IS 0.54

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#638ED7 (or 0x638ED7) is known color: Cornflower Blue. HEX triplet: 63, 8E and D7. RGB value is (99,142,215). Sum of RGB (Red+Green+Blue) = 99+142+215=456 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.71% from 456); Green value is 142 (55.86% from 255 or 31.14% from 456); Blue value is 215 (84.38% from 255 or 47.15% from 456); Max value from RGB is 215 - color contains mainly: blue. Hex color #638ED7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638ED7 is #9C7128. Grayscale: #898989. Windows color (decimal): -10252585 or 14126691. OLE color: 14126691.

HSL color Cylindrical-coordinate representation of color #638ED7: hue angle of 217.76º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #638ED7 is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 99 142 215 -
CMYK 0.54 0.34 0 0.16
HSL 217.76º 0.59% 0.62% -
HSV(B) 217.76º 0.54% 0.84% -
XYZ 27.08 26.9 68.06 -
YUV 137.47 171.75 100.56 -
System Red Green Blue C M Y K H S L
Decimal 99 142 215 0.54 0.34 0 0.16 217.76 0.59 0.62
Hex 63 8E D7 36 22 0 10 DA 3B 3E
Octal 143 216 327 66 42 0 20 332 73 76
Binary 1100011 10001110 11010111 110110 100010 0 10000 11011010 111011 111110

Color Harmonies of #638ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638ED7

Black with #638ED7

Text Example


Text Example

White with #638ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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