Html Css Color HEX #5D75FC Cornflower Blue

📋 copy color: '#5D75FC'

red 93 ◦ green 117 ◦ blue 252

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

Shades of Cornflower Blue #5D75FC

Tints of Cornflower Blue #5D75FC

RGB

 RED value IS 93 (36.72% from 255) = 20.13%

 GREEN value IS 117 (46.09% from 255) = 25.32%

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

R = 20.13%
G = 25.32%
B = 54.55%

CMYK

 C value IS 0.63

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5D75FC (or 0x5D75FC) is known color: Cornflower Blue. HEX triplet: 5D, 75 and FC. RGB value is (93,117,252). Sum of RGB (Red+Green+Blue) = 93+117+252=462 (61% of max value = 765). Red value is 93 (36.72% from 255 or 20.13% from 462); Green value is 117 (46.09% from 255 or 25.32% from 462); Blue value is 252 (98.83% from 255 or 54.55% from 462); Max value from RGB is 252 - color contains mainly: blue. Hex color #5D75FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5D75FC is #A28A03. Grayscale: #7C7C7C. Windows color (decimal): -10652164 or 16545117. OLE color: 16545117.

HSL color Cylindrical-coordinate representation of color #5D75FC: hue angle of 230.94º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5D75FC is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 93 117 252 -
CMYK 0.63 0.54 0 0.01
HSL 230.94º 0.96% 0.68% -
HSV(B) 230.94º 0.63% 0.99% -
XYZ 28.45 22.08 94.86 -
YUV 125.21 199.55 105.02 -
System Red Green Blue C M Y K H S L
Decimal 93 117 252 0.63 0.54 0 0.01 230.94 0.96 0.68
Hex 5D 75 FC 3F 36 0 1 E7 60 44
Octal 135 165 374 77 66 0 1 347 140 104
Binary 1011101 1110101 11111100 111111 110110 0 1 11100111 1100000 1000100

Color Harmonies of #5D75FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D75FC

Black with #5D75FC

Text Example


Text Example

White with #5D75FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,117,252); }

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

background-color css

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

 a { background-color: rgb(93,117,252); }

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

border-color css

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

 span { border-color: rgb(93,117,252); }

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