Html Css Color HEX #638FF8 Cornflower Blue

📋 copy color: '#638FF8'

red 99 ◦ green 143 ◦ blue 248

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

Shades of Cornflower Blue #638FF8

Tints of Cornflower Blue #638FF8

RGB

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

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

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

R = 20.2%
G = 29.18%
B = 50.61%

CMYK

 C value IS 0.60

 M value IS 0.42

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#638FF8 (or 0x638FF8) is known color: Cornflower Blue. HEX triplet: 63, 8F and F8. RGB value is (99,143,248). Sum of RGB (Red+Green+Blue) = 99+143+248=490 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.20% from 490); Green value is 143 (56.25% from 255 or 29.18% from 490); Blue value is 248 (97.27% from 255 or 50.61% from 490); Max value from RGB is 248 - color contains mainly: blue. Hex color #638FF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #638FF8 is #9C7007. Grayscale: #8D8D8D. Windows color (decimal): -10252296 or 16289635. OLE color: 16289635.

HSL color Cylindrical-coordinate representation of color #638FF8: hue angle of 222.28º 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 #638FF8 is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 99 143 248 -
CMYK 0.60 0.42 0 0.03
HSL 222.28º 0.91% 0.68% -
HSV(B) 222.28º 0.6% 0.97% -
XYZ 31.91 29.07 92.74 -
YUV 141.81 187.92 97.46 -
System Red Green Blue C M Y K H S L
Decimal 99 143 248 0.60 0.42 0 0.03 222.28 0.91 0.68
Hex 63 8F F8 3C 2A 0 3 DE 5B 44
Octal 143 217 370 74 52 0 3 336 133 104
Binary 1100011 10001111 11111000 111100 101010 0 11 11011110 1011011 1000100

Color Harmonies of #638FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638FF8

Black with #638FF8

Text Example


Text Example

White with #638FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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