Html Css Color HEX #687DF2 Cornflower Blue

📋 copy color: '#687DF2'

red 104 ◦ green 125 ◦ blue 242

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

Shades of Cornflower Blue #687DF2

Tints of Cornflower Blue #687DF2

RGB

 RED value IS 104 (41.02% from 255) = 22.08%

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

 BLUE value IS 242 (94.92% from 255) = 51.38%

R = 22.08%
G = 26.54%
B = 51.38%

CMYK

 C value IS 0.57

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#687DF2 (or 0x687DF2) is known color: Cornflower Blue. HEX triplet: 68, 7D and F2. RGB value is (104,125,242). Sum of RGB (Red+Green+Blue) = 104+125+242=471 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.08% from 471); Green value is 125 (49.22% from 255 or 26.54% from 471); Blue value is 242 (94.92% from 255 or 51.38% from 471); Max value from RGB is 242 - color contains mainly: blue. Hex color #687DF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #687DF2 is #97820D. Grayscale: #838383. Windows color (decimal): -9929230 or 15891816. OLE color: 15891816.

HSL color Cylindrical-coordinate representation of color #687DF2: hue angle of 230.87º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #687DF2 is Cyan = 0.57, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 104 125 242 -
CMYK 0.57 0.48 0 0.05
HSL 230.87º 0.84% 0.68% -
HSV(B) 230.87º 0.57% 0.95% -
XYZ 29.07 24.02 87.11 -
YUV 132.06 190.04 107.99 -
System Red Green Blue C M Y K H S L
Decimal 104 125 242 0.57 0.48 0 0.05 230.87 0.84 0.68
Hex 68 7D F2 39 30 0 5 E7 54 44
Octal 150 175 362 71 60 0 5 347 124 104
Binary 1101000 1111101 11110010 111001 110000 0 101 11100111 1010100 1000100

Color Harmonies of #687DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687DF2

Black with #687DF2

Text Example


Text Example

White with #687DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687DF2; }

 p { color: rgb(104,125,242); }

 H1.HeaderClassName
 {
   color: #687DF2;
 }
 .AnyTagClassName
 {
   color: #687DF2;
 }
</style>

background-color css

<style>
 a { background-color: #687DF2; }

 a { background-color: rgb(104,125,242); }

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

border-color css

<style>
 span { border-color: #687DF2; }

 span { border-color: rgb(104,125,242); }

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