Html Css Color HEX #638FFA Cornflower Blue

📋 copy color: '#638FFA'

red 99 ◦ green 143 ◦ blue 250

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

Shades of Cornflower Blue #638FFA

Tints of Cornflower Blue #638FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.81%

R = 20.12%
G = 29.07%
B = 50.81%

CMYK

 C value IS 0.60

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#638FFA (or 0x638FFA) is known color: Cornflower Blue. HEX triplet: 63, 8F and FA. RGB value is (99,143,250). Sum of RGB (Red+Green+Blue) = 99+143+250=492 (65% of max value = 765). Red value is 99 (39.06% from 255 or 20.12% from 492); Green value is 143 (56.25% from 255 or 29.07% from 492); Blue value is 250 (98.05% from 255 or 50.81% from 492); Max value from RGB is 250 - color contains mainly: blue. Hex color #638FFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #638FFA is #9C7005. Grayscale: #8D8D8D. Windows color (decimal): -10252294 or 16420707. OLE color: 16420707.

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

Color convert

RGB 99 143 250 -
CMYK 0.60 0.43 0 0.02
HSL 222.52º 0.94% 0.68% -
HSV(B) 222.52º 0.6% 0.98% -
XYZ 32.22 29.2 94.38 -
YUV 142.04 188.92 97.3 -
System Red Green Blue C M Y K H S L
Decimal 99 143 250 0.60 0.43 0 0.02 222.52 0.94 0.68
Hex 63 8F FA 3C 2B 0 2 DF 5E 44
Octal 143 217 372 74 53 0 2 337 136 104
Binary 1100011 10001111 11111010 111100 101011 0 10 11011111 1011110 1000100

Color Harmonies of #638FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638FFA

Black with #638FFA

Text Example


Text Example

White with #638FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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