Html Css Color HEX #468CFE Cornflower Blue

📋 copy color: '#468CFE'

red 70 ◦ green 140 ◦ blue 254

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

Shades of Cornflower Blue #468CFE

Tints of Cornflower Blue #468CFE

RGB

 RED value IS 70 (27.73% from 255) = 15.09%

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

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

R = 15.09%
G = 30.17%
B = 54.74%

CMYK

 C value IS 0.72

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#468CFE (or 0x468CFE) is known color: Cornflower Blue. HEX triplet: 46, 8C and FE. RGB value is (70,140,254). Sum of RGB (Red+Green+Blue) = 70+140+254=464 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.09% from 464); Green value is 140 (55.08% from 255 or 30.17% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #468CFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #468CFE is #B97301. Grayscale: #838383. Windows color (decimal): -12153602 or 16682054. OLE color: 16682054.

HSL color Cylindrical-coordinate representation of color #468CFE: hue angle of 217.17º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #468CFE is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 70 140 254 -
CMYK 0.72 0.45 0 0.00
HSL 217.17º 0.99% 0.64% -
HSV(B) 217.17º 0.72% 1% -
XYZ 29.79 27.21 97.45 -
YUV 132.07 196.81 83.73 -
System Red Green Blue C M Y K H S L
Decimal 70 140 254 0.72 0.45 0 0.00 217.17 0.99 0.64
Hex 46 8C FE 48 2D 0 0 D9 63 40
Octal 106 214 376 110 55 0 0 331 143 100
Binary 1000110 10001100 11111110 1001000 101101 0 0 11011001 1100011 1000000

Color Harmonies of #468CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468CFE

Black with #468CFE

Text Example


Text Example

White with #468CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468CFE; }

 p { color: rgb(70,140,254); }

 H1.HeaderClassName
 {
   color: #468CFE;
 }
 .AnyTagClassName
 {
   color: #468CFE;
 }
</style>

background-color css

<style>
 a { background-color: #468CFE; }

 a { background-color: rgb(70,140,254); }

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

border-color css

<style>
 span { border-color: #468CFE; }

 span { border-color: rgb(70,140,254); }

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