Html Css Color HEX #638BDC Cornflower Blue

📋 copy color: '#638BDC'

red 99 ◦ green 139 ◦ blue 220

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

Shades of Cornflower Blue #638BDC

Tints of Cornflower Blue #638BDC

RGB

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

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

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

R = 21.62%
G = 30.35%
B = 48.03%

CMYK

 C value IS 0.55

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#638BDC (or 0x638BDC) is known color: Cornflower Blue. HEX triplet: 63, 8B and DC. RGB value is (99,139,220). Sum of RGB (Red+Green+Blue) = 99+139+220=458 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.62% from 458); Green value is 139 (54.69% from 255 or 30.35% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #638BDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638BDC is #9C7423. Grayscale: #878787. Windows color (decimal): -10253348 or 14453603. OLE color: 14453603.

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

Color convert

RGB 99 139 220 -
CMYK 0.55 0.37 0 0.14
HSL 220.17º 0.63% 0.63% -
HSV(B) 220.17º 0.55% 0.86% -
XYZ 27.3 26.29 71.35 -
YUV 136.27 175.25 101.41 -
System Red Green Blue C M Y K H S L
Decimal 99 139 220 0.55 0.37 0 0.14 220.17 0.63 0.63
Hex 63 8B DC 37 25 0 E DC 3F 3F
Octal 143 213 334 67 45 0 16 334 77 77
Binary 1100011 10001011 11011100 110111 100101 0 1110 11011100 111111 111111

Color Harmonies of #638BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638BDC

Black with #638BDC

Text Example


Text Example

White with #638BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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