Html Css Color HEX #638EFE Cornflower Blue

📋 copy color: '#638EFE'

red 99 ◦ green 142 ◦ blue 254

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

Shades of Cornflower Blue #638EFE

Tints of Cornflower Blue #638EFE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.69%

 BLUE value IS 254 (99.61% from 255) = 51.31%

R = 20%
G = 28.69%
B = 51.31%

CMYK

 C value IS 0.61

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#638EFE (or 0x638EFE) is known color: Cornflower Blue. HEX triplet: 63, 8E and FE. RGB value is (99,142,254). Sum of RGB (Red+Green+Blue) = 99+142+254=495 (65% of max value = 765). Red value is 99 (39.06% from 255 or 20% from 495); Green value is 142 (55.86% from 255 or 28.69% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #638EFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #638EFE is #9C7101. Grayscale: #8D8D8D. Windows color (decimal): -10252546 or 16682595. OLE color: 16682595.

HSL color Cylindrical-coordinate representation of color #638EFE: hue angle of 223.35º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #638EFE is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 99 142 254 -
CMYK 0.61 0.44 0 0.00
HSL 223.35º 0.99% 0.69% -
HSV(B) 223.35º 0.61% 1% -
XYZ 32.71 29.15 97.67 -
YUV 141.91 191.25 97.39 -
System Red Green Blue C M Y K H S L
Decimal 99 142 254 0.61 0.44 0 0.00 223.35 0.99 0.69
Hex 63 8E FE 3D 2C 0 0 DF 63 45
Octal 143 216 376 75 54 0 0 337 143 105
Binary 1100011 10001110 11111110 111101 101100 0 0 11011111 1100011 1000101

Color Harmonies of #638EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638EFE

Black with #638EFE

Text Example


Text Example

White with #638EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,142,254); }

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

background-color css

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

 a { background-color: rgb(99,142,254); }

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

border-color css

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

 span { border-color: rgb(99,142,254); }

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