Html Css Color HEX #4585F8 Cornflower Blue

📋 copy color: '#4585F8'

red 69 ◦ green 133 ◦ blue 248

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

Shades of Cornflower Blue #4585F8

Tints of Cornflower Blue #4585F8

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.56%

 BLUE value IS 248 (97.27% from 255) = 55.11%

R = 15.33%
G = 29.56%
B = 55.11%

CMYK

 C value IS 0.72

 M value IS 0.46

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#4585F8 (or 0x4585F8) is known color: Cornflower Blue. HEX triplet: 45, 85 and F8. RGB value is (69,133,248). Sum of RGB (Red+Green+Blue) = 69+133+248=450 (59% of max value = 765). Red value is 69 (27.34% from 255 or 15.33% from 450); Green value is 133 (52.34% from 255 or 29.56% from 450); Blue value is 248 (97.27% from 255 or 55.11% from 450); Max value from RGB is 248 - color contains mainly: blue. Hex color #4585F8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4585F8 is #BA7A07. Grayscale: #7E7E7E. Windows color (decimal): -12220936 or 16287045. OLE color: 16287045.

HSL color Cylindrical-coordinate representation of color #4585F8: hue angle of 218.55º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4585F8 is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 69 133 248 -
CMYK 0.72 0.46 0 0.03
HSL 218.55º 0.93% 0.62% -
HSV(B) 218.55º 0.72% 0.97% -
XYZ 27.79 24.82 92.13 -
YUV 126.97 196.3 86.65 -
System Red Green Blue C M Y K H S L
Decimal 69 133 248 0.72 0.46 0 0.03 218.55 0.93 0.62
Hex 45 85 F8 48 2E 0 3 DB 5D 3E
Octal 105 205 370 110 56 0 3 333 135 76
Binary 1000101 10000101 11111000 1001000 101110 0 11 11011011 1011101 111110

Color Harmonies of #4585F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4585F8

Black with #4585F8

Text Example


Text Example

White with #4585F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4585F8; }

 p { color: rgb(69,133,248); }

 H1.HeaderClassName
 {
   color: #4585F8;
 }
 .AnyTagClassName
 {
   color: #4585F8;
 }
</style>

background-color css

<style>
 a { background-color: #4585F8; }

 a { background-color: rgb(69,133,248); }

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

border-color css

<style>
 span { border-color: #4585F8; }

 span { border-color: rgb(69,133,248); }

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