Html Css Color HEX #5C7DF3 Cornflower Blue

📋 copy color: '#5C7DF3'

red 92 ◦ green 125 ◦ blue 243

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

Shades of Cornflower Blue #5C7DF3

Tints of Cornflower Blue #5C7DF3

RGB

 RED value IS 92 (36.33% from 255) = 20%

 GREEN value IS 125 (49.22% from 255) = 27.17%

 BLUE value IS 243 (95.31% from 255) = 52.83%

R = 20%
G = 27.17%
B = 52.83%

CMYK

 C value IS 0.62

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5C7DF3 (or 0x5C7DF3) is known color: Cornflower Blue. HEX triplet: 5C, 7D and F3. RGB value is (92,125,243). Sum of RGB (Red+Green+Blue) = 92+125+243=460 (60% of max value = 765). Red value is 92 (36.33% from 255 or 20% from 460); Green value is 125 (49.22% from 255 or 27.17% from 460); Blue value is 243 (95.31% from 255 or 52.83% from 460); Max value from RGB is 243 - color contains mainly: blue. Hex color #5C7DF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C7DF3 is #A3820C. Grayscale: #808080. Windows color (decimal): -10715661 or 15957340. OLE color: 15957340.

HSL color Cylindrical-coordinate representation of color #5C7DF3: hue angle of 226.89º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5C7DF3 is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 92 125 243 -
CMYK 0.62 0.49 0 0.05
HSL 226.89º 0.86% 0.66% -
HSV(B) 226.89º 0.62% 0.95% -
XYZ 27.92 23.41 87.84 -
YUV 128.59 192.57 101.91 -
System Red Green Blue C M Y K H S L
Decimal 92 125 243 0.62 0.49 0 0.05 226.89 0.86 0.66
Hex 5C 7D F3 3E 31 0 5 E3 56 42
Octal 134 175 363 76 61 0 5 343 126 102
Binary 1011100 1111101 11110011 111110 110001 0 101 11100011 1010110 1000010

Color Harmonies of #5C7DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C7DF3

Black with #5C7DF3

Text Example


Text Example

White with #5C7DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C7DF3; }

 p { color: rgb(92,125,243); }

 H1.HeaderClassName
 {
   color: #5C7DF3;
 }
 .AnyTagClassName
 {
   color: #5C7DF3;
 }
</style>

background-color css

<style>
 a { background-color: #5C7DF3; }

 a { background-color: rgb(92,125,243); }

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

border-color css

<style>
 span { border-color: #5C7DF3; }

 span { border-color: rgb(92,125,243); }

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