Html Css Color HEX #638ADE Cornflower Blue

📋 copy color: '#638ADE'

red 99 ◦ green 138 ◦ blue 222

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

Shades of Cornflower Blue #638ADE

Tints of Cornflower Blue #638ADE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.07%

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

R = 21.57%
G = 30.07%
B = 48.37%

CMYK

 C value IS 0.55

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#638ADE (or 0x638ADE) is known color: Cornflower Blue. HEX triplet: 63, 8A and DE. RGB value is (99,138,222). Sum of RGB (Red+Green+Blue) = 99+138+222=459 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.57% from 459); Green value is 138 (54.30% from 255 or 30.07% from 459); Blue value is 222 (87.11% from 255 or 48.37% from 459); Max value from RGB is 222 - color contains mainly: blue. Hex color #638ADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #638ADE is #9C7521. Grayscale: #878787. Windows color (decimal): -10253602 or 14584419. OLE color: 14584419.

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

Color convert

RGB 99 138 222 -
CMYK 0.55 0.38 0 0.13
HSL 220.98º 0.65% 0.63% -
HSV(B) 220.98º 0.55% 0.87% -
XYZ 27.42 26.1 72.7 -
YUV 135.92 176.58 101.67 -
System Red Green Blue C M Y K H S L
Decimal 99 138 222 0.55 0.38 0 0.13 220.98 0.65 0.63
Hex 63 8A DE 37 26 0 D DD 41 3F
Octal 143 212 336 67 46 0 15 335 101 77
Binary 1100011 10001010 11011110 110111 100110 0 1101 11011101 1000001 111111

Color Harmonies of #638ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638ADE

Black with #638ADE

Text Example


Text Example

White with #638ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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