Html Css Color HEX #469AFF Cornflower Blue

📋 copy color: '#469AFF'

red 70 ◦ green 154 ◦ blue 255

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

Shades of Cornflower Blue #469AFF

Tints of Cornflower Blue #469AFF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.15%

 BLUE value IS 255 (100% from 255) = 53.24%

R = 14.61%
G = 32.15%
B = 53.24%

CMYK

 C value IS 0.73

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#469AFF (or 0x469AFF) is known color: Cornflower Blue. HEX triplet: 46, 9A and FF. RGB value is (70,154,255). Sum of RGB (Red+Green+Blue) = 70+154+255=479 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.61% from 479); Green value is 154 (60.55% from 255 or 32.15% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #469AFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #469AFF is #B96500. Grayscale: #8B8B8B. Windows color (decimal): -12150017 or 16751174. OLE color: 16751174.

HSL color Cylindrical-coordinate representation of color #469AFF: hue angle of 212.76º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #469AFF is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 70 154 255 -
CMYK 0.73 0.40 0 0
HSL 212.76º 1% 0.64% -
HSV(B) 212.76º 0.73% 1% -
XYZ 32.13 31.63 99.02 -
YUV 140.4 192.67 77.79 -
System Red Green Blue C M Y K H S L
Decimal 70 154 255 0.73 0.40 0 0 212.76 1 0.64
Hex 46 9A FF 49 28 0 0 D5 64 40
Octal 106 232 377 111 50 0 0 325 144 100
Binary 1000110 10011010 11111111 1001001 101000 0 0 11010101 1100100 1000000

Color Harmonies of #469AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469AFF

Black with #469AFF

Text Example


Text Example

White with #469AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,154,255); }

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

background-color css

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

 a { background-color: rgb(70,154,255); }

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

border-color css

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

 span { border-color: rgb(70,154,255); }

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