Html Css Color HEX #638CDC Cornflower Blue

📋 copy color: '#638CDC'

red 99 ◦ green 140 ◦ blue 220

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

Shades of Cornflower Blue #638CDC

Tints of Cornflower Blue #638CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.93%

R = 21.57%
G = 30.5%
B = 47.93%

CMYK

 C value IS 0.55

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#638CDC (or 0x638CDC) is known color: Cornflower Blue. HEX triplet: 63, 8C and DC. RGB value is (99,140,220). Sum of RGB (Red+Green+Blue) = 99+140+220=459 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.57% from 459); Green value is 140 (55.08% from 255 or 30.50% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #638CDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638CDC is #9C7323. Grayscale: #888888. Windows color (decimal): -10253092 or 14453859. OLE color: 14453859.

HSL color Cylindrical-coordinate representation of color #638CDC: hue angle of 219.67º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #638CDC is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 99 140 220 -
CMYK 0.55 0.36 0 0.14
HSL 219.67º 0.63% 0.63% -
HSV(B) 219.67º 0.55% 0.86% -
XYZ 27.44 26.58 71.39 -
YUV 136.86 174.92 101 -
System Red Green Blue C M Y K H S L
Decimal 99 140 220 0.55 0.36 0 0.14 219.67 0.63 0.63
Hex 63 8C DC 37 24 0 E DC 3F 3F
Octal 143 214 334 67 44 0 16 334 77 77
Binary 1100011 10001100 11011100 110111 100100 0 1110 11011100 111111 111111

Color Harmonies of #638CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638CDC

Black with #638CDC

Text Example


Text Example

White with #638CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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