Html Css Color HEX #638EDD Cornflower Blue

📋 copy color: '#638EDD'

red 99 ◦ green 142 ◦ blue 221

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

Shades of Cornflower Blue #638EDD

Tints of Cornflower Blue #638EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.84%

R = 21.43%
G = 30.74%
B = 47.84%

CMYK

 C value IS 0.55

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#638EDD (or 0x638EDD) is known color: Cornflower Blue. HEX triplet: 63, 8E and DD. RGB value is (99,142,221). Sum of RGB (Red+Green+Blue) = 99+142+221=462 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.43% from 462); Green value is 142 (55.86% from 255 or 30.74% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #638EDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638EDD is #9C7122. Grayscale: #898989. Windows color (decimal): -10252579 or 14519907. OLE color: 14519907.

HSL color Cylindrical-coordinate representation of color #638EDD: hue angle of 218.85º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #638EDD is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 99 142 221 -
CMYK 0.55 0.36 0 0.13
HSL 218.85º 0.64% 0.63% -
HSV(B) 218.85º 0.55% 0.87% -
XYZ 27.87 27.22 72.19 -
YUV 138.15 174.75 100.08 -
System Red Green Blue C M Y K H S L
Decimal 99 142 221 0.55 0.36 0 0.13 218.85 0.64 0.63
Hex 63 8E DD 37 24 0 D DB 40 3F
Octal 143 216 335 67 44 0 15 333 100 77
Binary 1100011 10001110 11011101 110111 100100 0 1101 11011011 1000000 111111

Color Harmonies of #638EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638EDD

Black with #638EDD

Text Example


Text Example

White with #638EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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