Html Css Color HEX #4785FC Cornflower Blue

📋 copy color: '#4785FC'

red 71 ◦ green 133 ◦ blue 252

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

Shades of Cornflower Blue #4785FC

Tints of Cornflower Blue #4785FC

RGB

 RED value IS 71 (28.13% from 255) = 15.57%

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

 BLUE value IS 252 (98.83% from 255) = 55.26%

R = 15.57%
G = 29.17%
B = 55.26%

CMYK

 C value IS 0.72

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4785FC (or 0x4785FC) is known color: Cornflower Blue. HEX triplet: 47, 85 and FC. RGB value is (71,133,252). Sum of RGB (Red+Green+Blue) = 71+133+252=456 (60% of max value = 765). Red value is 71 (28.12% from 255 or 15.57% from 456); Green value is 133 (52.34% from 255 or 29.17% from 456); Blue value is 252 (98.83% from 255 or 55.26% from 456); Max value from RGB is 252 - color contains mainly: blue. Hex color #4785FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4785FC is #B87A03. Grayscale: #7F7F7F. Windows color (decimal): -12089860 or 16549191. OLE color: 16549191.

HSL color Cylindrical-coordinate representation of color #4785FC: hue angle of 219.45º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4785FC is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 71 133 252 -
CMYK 0.72 0.47 0 0.01
HSL 219.45º 0.97% 0.63% -
HSV(B) 219.45º 0.72% 0.99% -
XYZ 28.56 25.14 95.44 -
YUV 128.03 197.96 87.32 -
System Red Green Blue C M Y K H S L
Decimal 71 133 252 0.72 0.47 0 0.01 219.45 0.97 0.63
Hex 47 85 FC 48 2F 0 1 DB 61 3F
Octal 107 205 374 110 57 0 1 333 141 77
Binary 1000111 10000101 11111100 1001000 101111 0 1 11011011 1100001 111111

Color Harmonies of #4785FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4785FC

Black with #4785FC

Text Example


Text Example

White with #4785FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4785FC; }

 p { color: rgb(71,133,252); }

 H1.HeaderClassName
 {
   color: #4785FC;
 }
 .AnyTagClassName
 {
   color: #4785FC;
 }
</style>

background-color css

<style>
 a { background-color: #4785FC; }

 a { background-color: rgb(71,133,252); }

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

border-color css

<style>
 span { border-color: #4785FC; }

 span { border-color: rgb(71,133,252); }

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