Html Css Color HEX #458AFA Cornflower Blue

📋 copy color: '#458AFA'

red 69 ◦ green 138 ◦ blue 250

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

Shades of Cornflower Blue #458AFA

Tints of Cornflower Blue #458AFA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.2%

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

R = 15.1%
G = 30.2%
B = 54.7%

CMYK

 C value IS 0.72

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#458AFA (or 0x458AFA) is known color: Cornflower Blue. HEX triplet: 45, 8A and FA. RGB value is (69,138,250). Sum of RGB (Red+Green+Blue) = 69+138+250=457 (60% of max value = 765). Red value is 69 (27.34% from 255 or 15.10% from 457); Green value is 138 (54.30% from 255 or 30.20% from 457); Blue value is 250 (98.05% from 255 or 54.70% from 457); Max value from RGB is 250 - color contains mainly: blue. Hex color #458AFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #458AFA is #BA7505. Grayscale: #818181. Windows color (decimal): -12219654 or 16419397. OLE color: 16419397.

HSL color Cylindrical-coordinate representation of color #458AFA: hue angle of 217.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 #458AFA is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 69 138 250 -
CMYK 0.72 0.45 0 0.02
HSL 217.13º 0.95% 0.63% -
HSV(B) 217.13º 0.72% 0.98% -
XYZ 28.8 26.34 94.01 -
YUV 130.14 195.64 84.39 -
System Red Green Blue C M Y K H S L
Decimal 69 138 250 0.72 0.45 0 0.02 217.13 0.95 0.63
Hex 45 8A FA 48 2D 0 2 D9 5F 3F
Octal 105 212 372 110 55 0 2 331 137 77
Binary 1000101 10001010 11111010 1001000 101101 0 10 11011001 1011111 111111

Color Harmonies of #458AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458AFA

Black with #458AFA

Text Example


Text Example

White with #458AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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