Html Css Color HEX #458DFA Cornflower Blue

📋 copy color: '#458DFA'

red 69 ◦ green 141 ◦ blue 250

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

Shades of Cornflower Blue #458DFA

Tints of Cornflower Blue #458DFA

RGB

 RED value IS 69 (27.34% from 255) = 15%

 GREEN value IS 141 (55.47% from 255) = 30.65%

 BLUE value IS 250 (98.05% from 255) = 54.35%

R = 15%
G = 30.65%
B = 54.35%

CMYK

 C value IS 0.72

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#458DFA (or 0x458DFA) is known color: Cornflower Blue. HEX triplet: 45, 8D and FA. RGB value is (69,141,250). Sum of RGB (Red+Green+Blue) = 69+141+250=460 (60% of max value = 765). Red value is 69 (27.34% from 255 or 15% from 460); Green value is 141 (55.47% from 255 or 30.65% from 460); Blue value is 250 (98.05% from 255 or 54.35% from 460); Max value from RGB is 250 - color contains mainly: blue. Hex color #458DFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #458DFA is #BA7205. Grayscale: #838383. Windows color (decimal): -12218886 or 16420165. OLE color: 16420165.

HSL color Cylindrical-coordinate representation of color #458DFA: hue angle of 216.13º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #458DFA is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 69 141 250 -
CMYK 0.72 0.44 0 0.02
HSL 216.13º 0.95% 0.63% -
HSV(B) 216.13º 0.72% 0.98% -
XYZ 29.23 27.22 94.16 -
YUV 131.9 194.65 83.14 -
System Red Green Blue C M Y K H S L
Decimal 69 141 250 0.72 0.44 0 0.02 216.13 0.95 0.63
Hex 45 8D FA 48 2C 0 2 D8 5F 3F
Octal 105 215 372 110 54 0 2 330 137 77
Binary 1000101 10001101 11111010 1001000 101100 0 10 11011000 1011111 111111

Color Harmonies of #458DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458DFA

Black with #458DFA

Text Example


Text Example

White with #458DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #458DFA; }

 p { color: rgb(69,141,250); }

 H1.HeaderClassName
 {
   color: #458DFA;
 }
 .AnyTagClassName
 {
   color: #458DFA;
 }
</style>

background-color css

<style>
 a { background-color: #458DFA; }

 a { background-color: rgb(69,141,250); }

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

border-color css

<style>
 span { border-color: #458DFA; }

 span { border-color: rgb(69,141,250); }

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