Html Css Color HEX #627FDC Cornflower Blue

📋 copy color: '#627FDC'

red 98 ◦ green 127 ◦ blue 220

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

Shades of Cornflower Blue #627FDC

Tints of Cornflower Blue #627FDC

RGB

 RED value IS 98 (38.67% from 255) = 22.02%

 GREEN value IS 127 (50% from 255) = 28.54%

 BLUE value IS 220 (86.33% from 255) = 49.44%

R = 22.02%
G = 28.54%
B = 49.44%

CMYK

 C value IS 0.55

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#627FDC (or 0x627FDC) is known color: Cornflower Blue. HEX triplet: 62, 7F and DC. RGB value is (98,127,220). Sum of RGB (Red+Green+Blue) = 98+127+220=445 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.02% from 445); Green value is 127 (50% from 255 or 28.54% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #627FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #627FDC is #9D8023. Grayscale: #808080. Windows color (decimal): -10321956 or 14450530. OLE color: 14450530.

HSL color Cylindrical-coordinate representation of color #627FDC: hue angle of 225.74º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #627FDC is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 98 127 220 -
CMYK 0.55 0.42 0 0.14
HSL 225.74º 0.64% 0.62% -
HSV(B) 225.74º 0.55% 0.86% -
XYZ 25.54 22.94 70.79 -
YUV 128.93 179.39 105.94 -
System Red Green Blue C M Y K H S L
Decimal 98 127 220 0.55 0.42 0 0.14 225.74 0.64 0.62
Hex 62 7F DC 37 2A 0 E E2 40 3E
Octal 142 177 334 67 52 0 16 342 100 76
Binary 1100010 1111111 11011100 110111 101010 0 1110 11100010 1000000 111110

Color Harmonies of #627FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627FDC

Black with #627FDC

Text Example


Text Example

White with #627FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627FDC; }

 p { color: rgb(98,127,220); }

 H1.HeaderClassName
 {
   color: #627FDC;
 }
 .AnyTagClassName
 {
   color: #627FDC;
 }
</style>

background-color css

<style>
 a { background-color: #627FDC; }

 a { background-color: rgb(98,127,220); }

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

border-color css

<style>
 span { border-color: #627FDC; }

 span { border-color: rgb(98,127,220); }

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