Html Css Color HEX #469BF7 Cornflower Blue

📋 copy color: '#469BF7'

red 70 ◦ green 155 ◦ blue 247

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

Shades of Cornflower Blue #469BF7

Tints of Cornflower Blue #469BF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 52.33%

R = 14.83%
G = 32.84%
B = 52.33%

CMYK

 C value IS 0.72

 M value IS 0.37

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#469BF7 (or 0x469BF7) is known color: Cornflower Blue. HEX triplet: 46, 9B and F7. RGB value is (70,155,247). Sum of RGB (Red+Green+Blue) = 70+155+247=472 (62% of max value = 765). Red value is 70 (27.73% from 255 or 14.83% from 472); Green value is 155 (60.94% from 255 or 32.84% from 472); Blue value is 247 (96.88% from 255 or 52.33% from 472); Max value from RGB is 247 - color contains mainly: blue. Hex color #469BF7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #469BF7 is #B96408. Grayscale: #8B8B8B. Windows color (decimal): -12149769 or 16227142. OLE color: 16227142.

HSL color Cylindrical-coordinate representation of color #469BF7: hue angle of 211.19º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #469BF7 is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 70 155 247 -
CMYK 0.72 0.37 0 0.03
HSL 211.19º 0.92% 0.62% -
HSV(B) 211.19º 0.72% 0.97% -
XYZ 31.04 31.46 92.43 -
YUV 140.07 188.34 78.02 -
System Red Green Blue C M Y K H S L
Decimal 70 155 247 0.72 0.37 0 0.03 211.19 0.92 0.62
Hex 46 9B F7 48 25 0 3 D3 5C 3E
Octal 106 233 367 110 45 0 3 323 134 76
Binary 1000110 10011011 11110111 1001000 100101 0 11 11010011 1011100 111110

Color Harmonies of #469BF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469BF7

Black with #469BF7

Text Example


Text Example

White with #469BF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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