Html Css Color HEX #469BFC Cornflower Blue

📋 copy color: '#469BFC'

red 70 ◦ green 155 ◦ blue 252

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

Shades of Cornflower Blue #469BFC

Tints of Cornflower Blue #469BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 52.83%

R = 14.68%
G = 32.49%
B = 52.83%

CMYK

 C value IS 0.72

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#469BFC (or 0x469BFC) is known color: Cornflower Blue. HEX triplet: 46, 9B and FC. RGB value is (70,155,252). Sum of RGB (Red+Green+Blue) = 70+155+252=477 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.68% from 477); Green value is 155 (60.94% from 255 or 32.49% from 477); Blue value is 252 (98.83% from 255 or 52.83% from 477); Max value from RGB is 252 - color contains mainly: blue. Hex color #469BFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #469BFC is #B96403. Grayscale: #8C8C8C. Windows color (decimal): -12149764 or 16554822. OLE color: 16554822.

HSL color Cylindrical-coordinate representation of color #469BFC: hue angle of 211.98º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #469BFC is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 70 155 252 -
CMYK 0.72 0.38 0 0.01
HSL 211.98º 0.97% 0.63% -
HSV(B) 211.98º 0.72% 0.99% -
XYZ 31.82 31.77 96.55 -
YUV 140.64 190.84 77.61 -
System Red Green Blue C M Y K H S L
Decimal 70 155 252 0.72 0.38 0 0.01 211.98 0.97 0.63
Hex 46 9B FC 48 26 0 1 D4 61 3F
Octal 106 233 374 110 46 0 1 324 141 77
Binary 1000110 10011011 11111100 1001000 100110 0 1 11010100 1100001 111111

Color Harmonies of #469BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469BFC

Black with #469BFC

Text Example


Text Example

White with #469BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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