Html Css Color HEX #4585FB Cornflower Blue

📋 copy color: '#4585FB'

red 69 ◦ green 133 ◦ blue 251

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

Shades of Cornflower Blue #4585FB

Tints of Cornflower Blue #4585FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 55.41%

R = 15.23%
G = 29.36%
B = 55.41%

CMYK

 C value IS 0.73

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4585FB (or 0x4585FB) is known color: Cornflower Blue. HEX triplet: 45, 85 and FB. RGB value is (69,133,251). Sum of RGB (Red+Green+Blue) = 69+133+251=453 (60% of max value = 765). Red value is 69 (27.34% from 255 or 15.23% from 453); Green value is 133 (52.34% from 255 or 29.36% from 453); Blue value is 251 (98.44% from 255 or 55.41% from 453); Max value from RGB is 251 - color contains mainly: blue. Hex color #4585FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4585FB is #BA7A04. Grayscale: #7E7E7E. Windows color (decimal): -12220933 or 16483653. OLE color: 16483653.

HSL color Cylindrical-coordinate representation of color #4585FB: hue angle of 218.9º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4585FB is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 69 133 251 -
CMYK 0.73 0.47 0 0.02
HSL 218.9º 0.96% 0.63% -
HSV(B) 218.9º 0.73% 0.98% -
XYZ 28.25 25.01 94.6 -
YUV 127.32 197.8 86.41 -
System Red Green Blue C M Y K H S L
Decimal 69 133 251 0.73 0.47 0 0.02 218.9 0.96 0.63
Hex 45 85 FB 49 2F 0 2 DB 60 3F
Octal 105 205 373 111 57 0 2 333 140 77
Binary 1000101 10000101 11111011 1001001 101111 0 10 11011011 1100000 111111

Color Harmonies of #4585FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4585FB

Black with #4585FB

Text Example


Text Example

White with #4585FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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