Html Css Color HEX #458AFD Cornflower Blue

📋 copy color: '#458AFD'

red 69 ◦ green 138 ◦ blue 253

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

Shades of Cornflower Blue #458AFD

Tints of Cornflower Blue #458AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 55%

R = 15%
G = 30%
B = 55%

CMYK

 C value IS 0.73

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#458AFD (or 0x458AFD) is known color: Cornflower Blue. HEX triplet: 45, 8A and FD. RGB value is (69,138,253). Sum of RGB (Red+Green+Blue) = 69+138+253=460 (60% of max value = 765). Red value is 69 (27.34% from 255 or 15% from 460); Green value is 138 (54.30% from 255 or 30% from 460); Blue value is 253 (99.22% from 255 or 55% from 460); Max value from RGB is 253 - color contains mainly: blue. Hex color #458AFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #458AFD is #BA7502. Grayscale: #818181. Windows color (decimal): -12219651 or 16616005. OLE color: 16616005.

HSL color Cylindrical-coordinate representation of color #458AFD: hue angle of 217.5º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #458AFD is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 69 138 253 -
CMYK 0.73 0.45 0 0.01
HSL 217.5º 0.98% 0.63% -
HSV(B) 217.5º 0.73% 0.99% -
XYZ 29.27 26.53 96.51 -
YUV 130.48 197.14 84.15 -
System Red Green Blue C M Y K H S L
Decimal 69 138 253 0.73 0.45 0 0.01 217.5 0.98 0.63
Hex 45 8A FD 49 2D 0 1 DA 62 3F
Octal 105 212 375 111 55 0 1 332 142 77
Binary 1000101 10001010 11111101 1001001 101101 0 1 11011010 1100010 111111

Color Harmonies of #458AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458AFD

Black with #458AFD

Text Example


Text Example

White with #458AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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