Html Css Color HEX #469BFE Cornflower Blue

📋 copy color: '#469BFE'

red 70 ◦ green 155 ◦ blue 254

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

Shades of Cornflower Blue #469BFE

Tints of Cornflower Blue #469BFE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.36%

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

R = 14.61%
G = 32.36%
B = 53.03%

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

#469BFE (or 0x469BFE) is known color: Cornflower Blue. HEX triplet: 46, 9B and FE. RGB value is (70,155,254). Sum of RGB (Red+Green+Blue) = 70+155+254=479 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.61% from 479); Green value is 155 (60.94% from 255 or 32.36% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #469BFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #469BFE is #B96401. Grayscale: #8C8C8C. Windows color (decimal): -12149762 or 16685894. OLE color: 16685894.

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

Color convert

RGB 70 155 254 -
CMYK 0.72 0.39 0 0.00
HSL 212.28º 0.99% 0.64% -
HSV(B) 212.28º 0.72% 1% -
XYZ 32.14 31.9 98.23 -
YUV 140.87 191.84 77.45 -
System Red Green Blue C M Y K H S L
Decimal 70 155 254 0.72 0.39 0 0.00 212.28 0.99 0.64
Hex 46 9B FE 48 27 0 0 D4 63 40
Octal 106 233 376 110 47 0 0 324 143 100
Binary 1000110 10011011 11111110 1001000 100111 0 0 11010100 1100011 1000000

Color Harmonies of #469BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469BFE

Black with #469BFE

Text Example


Text Example

White with #469BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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