Html Css Color HEX #638BDD Cornflower Blue

📋 copy color: '#638BDD'

red 99 ◦ green 139 ◦ blue 221

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

Shades of Cornflower Blue #638BDD

Tints of Cornflower Blue #638BDD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.28%

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

R = 21.57%
G = 30.28%
B = 48.15%

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

#638BDD (or 0x638BDD) is known color: Cornflower Blue. HEX triplet: 63, 8B and DD. RGB value is (99,139,221). Sum of RGB (Red+Green+Blue) = 99+139+221=459 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.57% from 459); Green value is 139 (54.69% from 255 or 30.28% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #638BDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638BDD is #9C7422. Grayscale: #888888. Windows color (decimal): -10253347 or 14519139. OLE color: 14519139.

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

Color convert

RGB 99 139 221 -
CMYK 0.55 0.37 0 0.13
HSL 220.33º 0.64% 0.63% -
HSV(B) 220.33º 0.55% 0.87% -
XYZ 27.43 26.34 72.04 -
YUV 136.39 175.75 101.33 -
System Red Green Blue C M Y K H S L
Decimal 99 139 221 0.55 0.37 0 0.13 220.33 0.64 0.63
Hex 63 8B DD 37 25 0 D DC 40 3F
Octal 143 213 335 67 45 0 15 334 100 77
Binary 1100011 10001011 11011101 110111 100101 0 1101 11011100 1000000 111111

Color Harmonies of #638BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638BDD

Black with #638BDD

Text Example


Text Example

White with #638BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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