Html Css Color HEX #469CFE Cornflower Blue

📋 copy color: '#469CFE'

red 70 ◦ green 156 ◦ blue 254

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

Shades of Cornflower Blue #469CFE

Tints of Cornflower Blue #469CFE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.5%

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

R = 14.58%
G = 32.5%
B = 52.92%

CMYK

 C value IS 0.72

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#469CFE (or 0x469CFE) is known color: Cornflower Blue. HEX triplet: 46, 9C and FE. RGB value is (70,156,254). Sum of RGB (Red+Green+Blue) = 70+156+254=480 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.58% from 480); Green value is 156 (61.33% from 255 or 32.5% from 480); Blue value is 254 (99.61% from 255 or 52.92% from 480); Max value from RGB is 254 - color contains mainly: blue. Hex color #469CFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #469CFE is #B96301. Grayscale: #8C8C8C. Windows color (decimal): -12149506 or 16686150. OLE color: 16686150.

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

Color convert

RGB 70 156 254 -
CMYK 0.72 0.39 0 0.00
HSL 211.96º 0.99% 0.64% -
HSV(B) 211.96º 0.72% 1% -
XYZ 32.3 32.23 98.29 -
YUV 141.46 191.51 77.03 -
System Red Green Blue C M Y K H S L
Decimal 70 156 254 0.72 0.39 0 0.00 211.96 0.99 0.64
Hex 46 9C FE 48 27 0 0 D4 63 40
Octal 106 234 376 110 47 0 0 324 143 100
Binary 1000110 10011100 11111110 1001000 100111 0 0 11010100 1100011 1000000

Color Harmonies of #469CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469CFE

Black with #469CFE

Text Example


Text Example

White with #469CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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