Html Css Color HEX #638CF0 Cornflower Blue

📋 copy color: '#638CF0'

red 99 ◦ green 140 ◦ blue 240

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

Shades of Cornflower Blue #638CF0

Tints of Cornflower Blue #638CF0

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.23%

 BLUE value IS 240 (94.14% from 255) = 50.1%

R = 20.67%
G = 29.23%
B = 50.1%

CMYK

 C value IS 0.59

 M value IS 0.42

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#638CF0 (or 0x638CF0) is known color: Cornflower Blue. HEX triplet: 63, 8C and F0. RGB value is (99,140,240). Sum of RGB (Red+Green+Blue) = 99+140+240=479 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.67% from 479); Green value is 140 (55.08% from 255 or 29.23% from 479); Blue value is 240 (94.14% from 255 or 50.10% from 479); Max value from RGB is 240 - color contains mainly: blue. Hex color #638CF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #638CF0 is #9C730F. Grayscale: #8A8A8A. Windows color (decimal): -10253072 or 15764579. OLE color: 15764579.

HSL color Cylindrical-coordinate representation of color #638CF0: hue angle of 222.55º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #638CF0 is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 99 140 240 -
CMYK 0.59 0.42 0 0.06
HSL 222.55º 0.82% 0.66% -
HSV(B) 222.55º 0.59% 0.94% -
XYZ 30.25 27.7 86.19 -
YUV 139.14 184.92 99.37 -
System Red Green Blue C M Y K H S L
Decimal 99 140 240 0.59 0.42 0 0.06 222.55 0.82 0.66
Hex 63 8C F0 3B 2A 0 6 DF 52 42
Octal 143 214 360 73 52 0 6 337 122 102
Binary 1100011 10001100 11110000 111011 101010 0 110 11011111 1010010 1000010

Color Harmonies of #638CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638CF0

Black with #638CF0

Text Example


Text Example

White with #638CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,140,240); }

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

background-color css

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

 a { background-color: rgb(99,140,240); }

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

border-color css

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

 span { border-color: rgb(99,140,240); }

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