Html Css Color HEX #638CDF Cornflower Blue

📋 copy color: '#638CDF'

red 99 ◦ green 140 ◦ blue 223

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

Shades of Cornflower Blue #638CDF

Tints of Cornflower Blue #638CDF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.3%

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

R = 21.43%
G = 30.3%
B = 48.27%

CMYK

 C value IS 0.56

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#638CDF (or 0x638CDF) is known color: Cornflower Blue. HEX triplet: 63, 8C and DF. RGB value is (99,140,223). Sum of RGB (Red+Green+Blue) = 99+140+223=462 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.43% from 462); Green value is 140 (55.08% from 255 or 30.30% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 223 - color contains mainly: blue. Hex color #638CDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638CDF is #9C7320. Grayscale: #888888. Windows color (decimal): -10253089 or 14650467. OLE color: 14650467.

HSL color Cylindrical-coordinate representation of color #638CDF: hue angle of 220.16º 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 #638CDF is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 99 140 223 -
CMYK 0.56 0.37 0 0.13
HSL 220.16º 0.66% 0.63% -
HSV(B) 220.16º 0.56% 0.87% -
XYZ 27.84 26.74 73.51 -
YUV 137.2 176.42 100.75 -
System Red Green Blue C M Y K H S L
Decimal 99 140 223 0.56 0.37 0 0.13 220.16 0.66 0.63
Hex 63 8C DF 38 25 0 D DC 42 3F
Octal 143 214 337 70 45 0 15 334 102 77
Binary 1100011 10001100 11011111 111000 100101 0 1101 11011100 1000010 111111

Color Harmonies of #638CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638CDF

Black with #638CDF

Text Example


Text Example

White with #638CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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