Html Css Color HEX #638DDD Cornflower Blue

📋 copy color: '#638DDD'

red 99 ◦ green 141 ◦ blue 221

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

Shades of Cornflower Blue #638DDD

Tints of Cornflower Blue #638DDD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.59%

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

R = 21.48%
G = 30.59%
B = 47.94%

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

#638DDD (or 0x638DDD) is known color: Cornflower Blue. HEX triplet: 63, 8D and DD. RGB value is (99,141,221). Sum of RGB (Red+Green+Blue) = 99+141+221=461 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.48% from 461); Green value is 141 (55.47% from 255 or 30.59% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #638DDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638DDD is #9C7222. Grayscale: #898989. Windows color (decimal): -10252835 or 14519651. OLE color: 14519651.

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

Color convert

RGB 99 141 221 -
CMYK 0.55 0.36 0 0.13
HSL 219.34º 0.64% 0.63% -
HSV(B) 219.34º 0.55% 0.87% -
XYZ 27.72 26.92 72.14 -
YUV 137.56 175.09 100.5 -
System Red Green Blue C M Y K H S L
Decimal 99 141 221 0.55 0.36 0 0.13 219.34 0.64 0.63
Hex 63 8D DD 37 24 0 D DB 40 3F
Octal 143 215 335 67 44 0 15 333 100 77
Binary 1100011 10001101 11011101 110111 100100 0 1101 11011011 1000000 111111

Color Harmonies of #638DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638DDD

Black with #638DDD

Text Example


Text Example

White with #638DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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