Html Css Color HEX #638FDC Cornflower Blue

📋 copy color: '#638FDC'

red 99 ◦ green 143 ◦ blue 220

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

Shades of Cornflower Blue #638FDC

Tints of Cornflower Blue #638FDC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.95%

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

R = 21.43%
G = 30.95%
B = 47.62%

CMYK

 C value IS 0.55

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#638FDC (or 0x638FDC) is known color: Cornflower Blue. HEX triplet: 63, 8F and DC. RGB value is (99,143,220). Sum of RGB (Red+Green+Blue) = 99+143+220=462 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.43% from 462); Green value is 143 (56.25% from 255 or 30.95% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #638FDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638FDC is #9C7023. Grayscale: #8A8A8A. Windows color (decimal): -10252324 or 14454627. OLE color: 14454627.

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

Color convert

RGB 99 143 220 -
CMYK 0.55 0.35 0 0.14
HSL 218.18º 0.63% 0.63% -
HSV(B) 218.18º 0.55% 0.86% -
XYZ 27.89 27.46 71.54 -
YUV 138.62 173.92 99.74 -
System Red Green Blue C M Y K H S L
Decimal 99 143 220 0.55 0.35 0 0.14 218.18 0.63 0.63
Hex 63 8F DC 37 23 0 E DA 3F 3F
Octal 143 217 334 67 43 0 16 332 77 77
Binary 1100011 10001111 11011100 110111 100011 0 1110 11011010 111111 111111

Color Harmonies of #638FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638FDC

Black with #638FDC

Text Example


Text Example

White with #638FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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