Html Css Color HEX #469EFE Cornflower Blue

📋 copy color: '#469EFE'

red 70 ◦ green 158 ◦ blue 254

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

Shades of Cornflower Blue #469EFE

Tints of Cornflower Blue #469EFE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.78%

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

R = 14.52%
G = 32.78%
B = 52.7%

CMYK

 C value IS 0.72

 M value IS 0.38

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#469EFE (or 0x469EFE) is known color: Cornflower Blue. HEX triplet: 46, 9E and FE. RGB value is (70,158,254). Sum of RGB (Red+Green+Blue) = 70+158+254=482 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.52% from 482); Green value is 158 (62.11% from 255 or 32.78% from 482); Blue value is 254 (99.61% from 255 or 52.70% from 482); Max value from RGB is 254 - color contains mainly: blue. Hex color #469EFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #469EFE is #B96101. Grayscale: #8E8E8E. Windows color (decimal): -12148994 or 16686662. OLE color: 16686662.

HSL color Cylindrical-coordinate representation of color #469EFE: hue angle of 211.3º 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 #469EFE is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 70 158 254 -
CMYK 0.72 0.38 0 0.00
HSL 211.3º 0.99% 0.64% -
HSV(B) 211.3º 0.72% 1% -
XYZ 32.64 32.91 98.4 -
YUV 142.63 190.85 76.19 -
System Red Green Blue C M Y K H S L
Decimal 70 158 254 0.72 0.38 0 0.00 211.3 0.99 0.64
Hex 46 9E FE 48 26 0 0 D3 63 40
Octal 106 236 376 110 46 0 0 323 143 100
Binary 1000110 10011110 11111110 1001000 100110 0 0 11010011 1100011 1000000

Color Harmonies of #469EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469EFE

Black with #469EFE

Text Example


Text Example

White with #469EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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