Html Css Color HEX #638DDB Cornflower Blue

📋 copy color: '#638DDB'

red 99 ◦ green 141 ◦ blue 219

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

Shades of Cornflower Blue #638DDB

Tints of Cornflower Blue #638DDB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.72%

 BLUE value IS 219 (85.94% from 255) = 47.71%

R = 21.57%
G = 30.72%
B = 47.71%

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

#638DDB (or 0x638DDB) is known color: Cornflower Blue. HEX triplet: 63, 8D and DB. RGB value is (99,141,219). Sum of RGB (Red+Green+Blue) = 99+141+219=459 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.57% from 459); Green value is 141 (55.47% from 255 or 30.72% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #638DDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638DDB is #9C7224. Grayscale: #888888. Windows color (decimal): -10252837 or 14388579. OLE color: 14388579.

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

Color convert

RGB 99 141 219 -
CMYK 0.55 0.36 0 0.14
HSL 219º 0.63% 0.62% -
HSV(B) 219º 0.55% 0.86% -
XYZ 27.46 26.82 70.75 -
YUV 137.33 174.09 100.66 -
System Red Green Blue C M Y K H S L
Decimal 99 141 219 0.55 0.36 0 0.14 219 0.63 0.62
Hex 63 8D DB 37 24 0 E DB 3E 3E
Octal 143 215 333 67 44 0 16 333 76 76
Binary 1100011 10001101 11011011 110111 100100 0 1110 11011011 111110 111110

Color Harmonies of #638DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638DDB

Black with #638DDB

Text Example


Text Example

White with #638DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,141,219); }

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

background-color css

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

 a { background-color: rgb(99,141,219); }

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

border-color css

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

 span { border-color: rgb(99,141,219); }

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