Html Css Color HEX #638FF2 Cornflower Blue

📋 copy color: '#638FF2'

red 99 ◦ green 143 ◦ blue 242

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

Shades of Cornflower Blue #638FF2

Tints of Cornflower Blue #638FF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 50%

R = 20.45%
G = 29.55%
B = 50%

CMYK

 C value IS 0.59

 M value IS 0.41

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#638FF2 (or 0x638FF2) is known color: Cornflower Blue. HEX triplet: 63, 8F and F2. RGB value is (99,143,242). Sum of RGB (Red+Green+Blue) = 99+143+242=484 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.45% from 484); Green value is 143 (56.25% from 255 or 29.55% from 484); Blue value is 242 (94.92% from 255 or 50% from 484); Max value from RGB is 242 - color contains mainly: blue. Hex color #638FF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #638FF2 is #9C700D. Grayscale: #8C8C8C. Windows color (decimal): -10252302 or 15896419. OLE color: 15896419.

HSL color Cylindrical-coordinate representation of color #638FF2: hue angle of 221.54º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #638FF2 is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 99 143 242 -
CMYK 0.59 0.41 0 0.05
HSL 221.54º 0.85% 0.67% -
HSV(B) 221.54º 0.59% 0.95% -
XYZ 31 28.71 87.91 -
YUV 141.13 184.92 97.95 -
System Red Green Blue C M Y K H S L
Decimal 99 143 242 0.59 0.41 0 0.05 221.54 0.85 0.67
Hex 63 8F F2 3B 29 0 5 DE 55 43
Octal 143 217 362 73 51 0 5 336 125 103
Binary 1100011 10001111 11110010 111011 101001 0 101 11011110 1010101 1000011

Color Harmonies of #638FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638FF2

Black with #638FF2

Text Example


Text Example

White with #638FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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