Html Css Color HEX #458BFA Cornflower Blue

📋 copy color: '#458BFA'

red 69 ◦ green 139 ◦ blue 250

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

Shades of Cornflower Blue #458BFA

Tints of Cornflower Blue #458BFA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.35%

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

R = 15.07%
G = 30.35%
B = 54.59%

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

#458BFA (or 0x458BFA) is known color: Cornflower Blue. HEX triplet: 45, 8B and FA. RGB value is (69,139,250). Sum of RGB (Red+Green+Blue) = 69+139+250=458 (60% of max value = 765). Red value is 69 (27.34% from 255 or 15.07% from 458); Green value is 139 (54.69% from 255 or 30.35% from 458); Blue value is 250 (98.05% from 255 or 54.59% from 458); Max value from RGB is 250 - color contains mainly: blue. Hex color #458BFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #458BFA is #BA7405. Grayscale: #828282. Windows color (decimal): -12219398 or 16419653. OLE color: 16419653.

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

Color convert

RGB 69 139 250 -
CMYK 0.72 0.44 0 0.02
HSL 216.8º 0.95% 0.63% -
HSV(B) 216.8º 0.72% 0.98% -
XYZ 28.94 26.63 94.06 -
YUV 130.72 195.31 83.97 -
System Red Green Blue C M Y K H S L
Decimal 69 139 250 0.72 0.44 0 0.02 216.8 0.95 0.63
Hex 45 8B FA 48 2C 0 2 D9 5F 3F
Octal 105 213 372 110 54 0 2 331 137 77
Binary 1000101 10001011 11111010 1001000 101100 0 10 11011001 1011111 111111

Color Harmonies of #458BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458BFA

Black with #458BFA

Text Example


Text Example

White with #458BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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