Html Css Color HEX #638CDD Cornflower Blue

📋 copy color: '#638CDD'

red 99 ◦ green 140 ◦ blue 221

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

Shades of Cornflower Blue #638CDD

Tints of Cornflower Blue #638CDD

RGB

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

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

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

R = 21.52%
G = 30.43%
B = 48.04%

CMYK

 C value IS 0.55

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#638CDD (or 0x638CDD) is known color: Cornflower Blue. HEX triplet: 63, 8C and DD. RGB value is (99,140,221). Sum of RGB (Red+Green+Blue) = 99+140+221=460 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.52% from 460); Green value is 140 (55.08% from 255 or 30.43% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #638CDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638CDD is #9C7322. Grayscale: #888888. Windows color (decimal): -10253091 or 14519395. OLE color: 14519395.

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

Color convert

RGB 99 140 221 -
CMYK 0.55 0.37 0 0.13
HSL 219.84º 0.64% 0.63% -
HSV(B) 219.84º 0.55% 0.87% -
XYZ 27.57 26.63 72.09 -
YUV 136.98 175.42 100.91 -
System Red Green Blue C M Y K H S L
Decimal 99 140 221 0.55 0.37 0 0.13 219.84 0.64 0.63
Hex 63 8C DD 37 25 0 D DC 40 3F
Octal 143 214 335 67 45 0 15 334 100 77
Binary 1100011 10001100 11011101 110111 100101 0 1101 11011100 1000000 111111

Color Harmonies of #638CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638CDD

Black with #638CDD

Text Example


Text Example

White with #638CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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