Html Css Color HEX #638DF8 Cornflower Blue

📋 copy color: '#638DF8'

red 99 ◦ green 141 ◦ blue 248

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

Shades of Cornflower Blue #638DF8

Tints of Cornflower Blue #638DF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 50.82%

R = 20.29%
G = 28.89%
B = 50.82%

CMYK

 C value IS 0.60

 M value IS 0.43

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#638DF8 (or 0x638DF8) is known color: Cornflower Blue. HEX triplet: 63, 8D and F8. RGB value is (99,141,248). Sum of RGB (Red+Green+Blue) = 99+141+248=488 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.29% from 488); Green value is 141 (55.47% from 255 or 28.89% from 488); Blue value is 248 (97.27% from 255 or 50.82% from 488); Max value from RGB is 248 - color contains mainly: blue. Hex color #638DF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #638DF8 is #9C7207. Grayscale: #8C8C8C. Windows color (decimal): -10252808 or 16289123. OLE color: 16289123.

HSL color Cylindrical-coordinate representation of color #638DF8: hue angle of 223.09º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #638DF8 is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 99 141 248 -
CMYK 0.60 0.43 0 0.03
HSL 223.09º 0.91% 0.68% -
HSV(B) 223.09º 0.6% 0.97% -
XYZ 31.61 28.48 92.64 -
YUV 140.64 188.59 98.3 -
System Red Green Blue C M Y K H S L
Decimal 99 141 248 0.60 0.43 0 0.03 223.09 0.91 0.68
Hex 63 8D F8 3C 2B 0 3 DF 5B 44
Octal 143 215 370 74 53 0 3 337 133 104
Binary 1100011 10001101 11111000 111100 101011 0 11 11011111 1011011 1000100

Color Harmonies of #638DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638DF8

Black with #638DF8

Text Example


Text Example

White with #638DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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