Html Css Color HEX #4B85FE Cornflower Blue

📋 copy color: '#4B85FE'

red 75 ◦ green 133 ◦ blue 254

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

Shades of Cornflower Blue #4B85FE

Tints of Cornflower Blue #4B85FE

RGB

 RED value IS 75 (29.69% from 255) = 16.23%

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

 BLUE value IS 254 (99.61% from 255) = 54.98%

R = 16.23%
G = 28.79%
B = 54.98%

CMYK

 C value IS 0.70

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4B85FE (or 0x4B85FE) is known color: Cornflower Blue. HEX triplet: 4B, 85 and FE. RGB value is (75,133,254). Sum of RGB (Red+Green+Blue) = 75+133+254=462 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.23% from 462); Green value is 133 (52.34% from 255 or 28.79% from 462); Blue value is 254 (99.61% from 255 or 54.98% from 462); Max value from RGB is 254 - color contains mainly: blue. Hex color #4B85FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4B85FE is #B47A01. Grayscale: #808080. Windows color (decimal): -11827714 or 16680267. OLE color: 16680267.

HSL color Cylindrical-coordinate representation of color #4B85FE: hue angle of 220.56º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4B85FE is Cyan = 0.70, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 75 133 254 -
CMYK 0.70 0.48 0 0.00
HSL 220.56º 0.99% 0.65% -
HSV(B) 220.56º 0.7% 1% -
XYZ 29.18 25.43 97.14 -
YUV 129.45 198.28 89.16 -
System Red Green Blue C M Y K H S L
Decimal 75 133 254 0.70 0.48 0 0.00 220.56 0.99 0.65
Hex 4B 85 FE 46 30 0 0 DD 63 41
Octal 113 205 376 106 60 0 0 335 143 101
Binary 1001011 10000101 11111110 1000110 110000 0 0 11011101 1100011 1000001

Color Harmonies of #4B85FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B85FE

Black with #4B85FE

Text Example


Text Example

White with #4B85FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B85FE; }

 p { color: rgb(75,133,254); }

 H1.HeaderClassName
 {
   color: #4B85FE;
 }
 .AnyTagClassName
 {
   color: #4B85FE;
 }
</style>

background-color css

<style>
 a { background-color: #4B85FE; }

 a { background-color: rgb(75,133,254); }

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

border-color css

<style>
 span { border-color: #4B85FE; }

 span { border-color: rgb(75,133,254); }

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