Html Css Color HEX #638EDF Cornflower Blue

📋 copy color: '#638EDF'

red 99 ◦ green 142 ◦ blue 223

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

Shades of Cornflower Blue #638EDF

Tints of Cornflower Blue #638EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.06%

R = 21.34%
G = 30.6%
B = 48.06%

CMYK

 C value IS 0.56

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#638EDF (or 0x638EDF) is known color: Cornflower Blue. HEX triplet: 63, 8E and DF. RGB value is (99,142,223). Sum of RGB (Red+Green+Blue) = 99+142+223=464 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.34% from 464); Green value is 142 (55.86% from 255 or 30.60% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #638EDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638EDF is #9C7120. Grayscale: #8A8A8A. Windows color (decimal): -10252577 or 14650979. OLE color: 14650979.

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

Color convert

RGB 99 142 223 -
CMYK 0.56 0.36 0 0.13
HSL 219.19º 0.66% 0.63% -
HSV(B) 219.19º 0.56% 0.87% -
XYZ 28.14 27.33 73.6 -
YUV 138.38 175.75 99.91 -
System Red Green Blue C M Y K H S L
Decimal 99 142 223 0.56 0.36 0 0.13 219.19 0.66 0.63
Hex 63 8E DF 38 24 0 D DB 42 3F
Octal 143 216 337 70 44 0 15 333 102 77
Binary 1100011 10001110 11011111 111000 100100 0 1101 11011011 1000010 111111

Color Harmonies of #638EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638EDF

Black with #638EDF

Text Example


Text Example

White with #638EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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