Html Css Color HEX #469DF3 Cornflower Blue

📋 copy color: '#469DF3'

red 70 ◦ green 157 ◦ blue 243

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

Shades of Cornflower Blue #469DF3

Tints of Cornflower Blue #469DF3

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.4%

 BLUE value IS 243 (95.31% from 255) = 51.7%

R = 14.89%
G = 33.4%
B = 51.7%

CMYK

 C value IS 0.71

 M value IS 0.35

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#469DF3 (or 0x469DF3) is known color: Cornflower Blue. HEX triplet: 46, 9D and F3. RGB value is (70,157,243). Sum of RGB (Red+Green+Blue) = 70+157+243=470 (62% of max value = 765). Red value is 70 (27.73% from 255 or 14.89% from 470); Green value is 157 (61.72% from 255 or 33.40% from 470); Blue value is 243 (95.31% from 255 or 51.70% from 470); Max value from RGB is 243 - color contains mainly: blue. Hex color #469DF3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #469DF3 is #B9620C. Grayscale: #8C8C8C. Windows color (decimal): -12149261 or 15965510. OLE color: 15965510.

HSL color Cylindrical-coordinate representation of color #469DF3: hue angle of 209.83º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #469DF3 is Cyan = 0.71, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 70 157 243 -
CMYK 0.71 0.35 0 0.05
HSL 209.83º 0.88% 0.61% -
HSV(B) 209.83º 0.71% 0.95% -
XYZ 30.76 31.89 89.33 -
YUV 140.79 185.68 77.51 -
System Red Green Blue C M Y K H S L
Decimal 70 157 243 0.71 0.35 0 0.05 209.83 0.88 0.61
Hex 46 9D F3 47 23 0 5 D2 58 3D
Octal 106 235 363 107 43 0 5 322 130 75
Binary 1000110 10011101 11110011 1000111 100011 0 101 11010010 1011000 111101

Color Harmonies of #469DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469DF3

Black with #469DF3

Text Example


Text Example

White with #469DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,157,243); }

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

background-color css

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

 a { background-color: rgb(70,157,243); }

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

border-color css

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

 span { border-color: rgb(70,157,243); }

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