Html Css Color HEX #619BF2 Cornflower Blue

📋 copy color: '#619BF2'

red 97 ◦ green 155 ◦ blue 242

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

Shades of Cornflower Blue #619BF2

Tints of Cornflower Blue #619BF2

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.38%

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

R = 19.64%
G = 31.38%
B = 48.99%

CMYK

 C value IS 0.60

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#619BF2 (or 0x619BF2) is known color: Cornflower Blue. HEX triplet: 61, 9B and F2. RGB value is (97,155,242). Sum of RGB (Red+Green+Blue) = 97+155+242=494 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.64% from 494); Green value is 155 (60.94% from 255 or 31.38% from 494); Blue value is 242 (94.92% from 255 or 48.99% from 494); Max value from RGB is 242 - color contains mainly: blue. Hex color #619BF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #619BF2 is #9E640D. Grayscale: #939393. Windows color (decimal): -10380302 or 15899489. OLE color: 15899489.

HSL color Cylindrical-coordinate representation of color #619BF2: hue angle of 216º 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 #619BF2 is Cyan = 0.60, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 97 155 242 -
CMYK 0.60 0.36 0 0.05
HSL 216º 0.85% 0.66% -
HSV(B) 216º 0.6% 0.95% -
XYZ 32.68 32.39 88.53 -
YUV 147.58 181.28 91.93 -
System Red Green Blue C M Y K H S L
Decimal 97 155 242 0.60 0.36 0 0.05 216 0.85 0.66
Hex 61 9B F2 3C 24 0 5 D8 55 42
Octal 141 233 362 74 44 0 5 330 125 102
Binary 1100001 10011011 11110010 111100 100100 0 101 11011000 1010101 1000010

Color Harmonies of #619BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619BF2

Black with #619BF2

Text Example


Text Example

White with #619BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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