Html Css Color HEX #619BEA Cornflower Blue

📋 copy color: '#619BEA'

red 97 ◦ green 155 ◦ blue 234

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

Shades of Cornflower Blue #619BEA

Tints of Cornflower Blue #619BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.15%

R = 19.96%
G = 31.89%
B = 48.15%

CMYK

 C value IS 0.59

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#619BEA (or 0x619BEA) is known color: Cornflower Blue. HEX triplet: 61, 9B and EA. RGB value is (97,155,234). Sum of RGB (Red+Green+Blue) = 97+155+234=486 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.96% from 486); Green value is 155 (60.94% from 255 or 31.89% from 486); Blue value is 234 (91.80% from 255 or 48.15% from 486); Max value from RGB is 234 - color contains mainly: blue. Hex color #619BEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #619BEA is #9E6415. Grayscale: #929292. Windows color (decimal): -10380310 or 15375201. OLE color: 15375201.

HSL color Cylindrical-coordinate representation of color #619BEA: hue angle of 214.6º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #619BEA is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 97 155 234 -
CMYK 0.59 0.34 0 0.08
HSL 214.6º 0.77% 0.65% -
HSV(B) 214.6º 0.59% 0.92% -
XYZ 31.5 31.92 82.34 -
YUV 146.66 177.28 92.58 -
System Red Green Blue C M Y K H S L
Decimal 97 155 234 0.59 0.34 0 0.08 214.6 0.77 0.65
Hex 61 9B EA 3B 22 0 8 D7 4D 41
Octal 141 233 352 73 42 0 10 327 115 101
Binary 1100001 10011011 11101010 111011 100010 0 1000 11010111 1001101 1000001

Color Harmonies of #619BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619BEA

Black with #619BEA

Text Example


Text Example

White with #619BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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