Html Css Color HEX #638BDE Cornflower Blue

📋 copy color: '#638BDE'

red 99 ◦ green 139 ◦ blue 222

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

Shades of Cornflower Blue #638BDE

Tints of Cornflower Blue #638BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.26%

R = 21.52%
G = 30.22%
B = 48.26%

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

#638BDE (or 0x638BDE) is known color: Cornflower Blue. HEX triplet: 63, 8B and DE. RGB value is (99,139,222). Sum of RGB (Red+Green+Blue) = 99+139+222=460 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.52% from 460); Green value is 139 (54.69% from 255 or 30.22% from 460); Blue value is 222 (87.11% from 255 or 48.26% from 460); Max value from RGB is 222 - color contains mainly: blue. Hex color #638BDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638BDE is #9C7421. Grayscale: #888888. Windows color (decimal): -10253346 or 14584675. OLE color: 14584675.

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

Color convert

RGB 99 139 222 -
CMYK 0.55 0.37 0 0.13
HSL 220.49º 0.65% 0.63% -
HSV(B) 220.49º 0.55% 0.87% -
XYZ 27.56 26.39 72.75 -
YUV 136.5 176.25 101.25 -
System Red Green Blue C M Y K H S L
Decimal 99 139 222 0.55 0.37 0 0.13 220.49 0.65 0.63
Hex 63 8B DE 37 25 0 D DC 41 3F
Octal 143 213 336 67 45 0 15 334 101 77
Binary 1100011 10001011 11011110 110111 100101 0 1101 11011100 1000001 111111

Color Harmonies of #638BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638BDE

Black with #638BDE

Text Example


Text Example

White with #638BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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