Html Css Color HEX #619DF2 Cornflower Blue

📋 copy color: '#619DF2'

red 97 ◦ green 157 ◦ blue 242

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

Shades of Cornflower Blue #619DF2

Tints of Cornflower Blue #619DF2

RGB

 RED value IS 97 (38.28% from 255) = 19.56%

 GREEN value IS 157 (61.72% from 255) = 31.65%

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

R = 19.56%
G = 31.65%
B = 48.79%

CMYK

 C value IS 0.60

 M value IS 0.35

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#619DF2 (or 0x619DF2) is known color: Cornflower Blue. HEX triplet: 61, 9D and F2. RGB value is (97,157,242). Sum of RGB (Red+Green+Blue) = 97+157+242=496 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.56% from 496); Green value is 157 (61.72% from 255 or 31.65% from 496); Blue value is 242 (94.92% from 255 or 48.79% from 496); Max value from RGB is 242 - color contains mainly: blue. Hex color #619DF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #619DF2 is #9E620D. Grayscale: #949494. Windows color (decimal): -10379790 or 15900001. OLE color: 15900001.

HSL color Cylindrical-coordinate representation of color #619DF2: hue angle of 215.17º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #619DF2 is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 97 157 242 -
CMYK 0.60 0.35 0 0.05
HSL 215.17º 0.85% 0.66% -
HSV(B) 215.17º 0.6% 0.95% -
XYZ 33.01 33.07 88.65 -
YUV 148.75 180.62 91.09 -
System Red Green Blue C M Y K H S L
Decimal 97 157 242 0.60 0.35 0 0.05 215.17 0.85 0.66
Hex 61 9D F2 3C 23 0 5 D7 55 42
Octal 141 235 362 74 43 0 5 327 125 102
Binary 1100001 10011101 11110010 111100 100011 0 101 11010111 1010101 1000010

Color Harmonies of #619DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619DF2

Black with #619DF2

Text Example


Text Example

White with #619DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,157,242); }

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

background-color css

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

 a { background-color: rgb(97,157,242); }

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

border-color css

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

 span { border-color: rgb(97,157,242); }

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