Html Css Color HEX #195AEF Royal Blue

📋 copy color: '#195AEF'

red 25 ◦ green 90 ◦ blue 239

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

Shades of Royal Blue #195AEF

Tints of Royal Blue #195AEF

RGB

 RED value IS 25 (10.16% from 255) = 7.06%

 GREEN value IS 90 (35.55% from 255) = 25.42%

 BLUE value IS 239 (93.75% from 255) = 67.51%

R = 7.06%
G = 25.42%
B = 67.51%

CMYK

 C value IS 0.90

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#195AEF (or 0x195AEF) is known color: Royal Blue. HEX triplet: 19, 5A and EF. RGB value is (25,90,239). Sum of RGB (Red+Green+Blue) = 25+90+239=354 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.06% from 354); Green value is 90 (35.55% from 255 or 25.42% from 354); Blue value is 239 (93.75% from 255 or 67.51% from 354); Max value from RGB is 239 - color contains mainly: blue. Hex color #195AEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #195AEF is #E6A510. Grayscale: #565656. Windows color (decimal): -15115537 or 15686169. OLE color: 15686169.

HSL color Cylindrical-coordinate representation of color #195AEF: hue angle of 221.78º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #195AEF is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 25 90 239 -
CMYK 0.90 0.62 0 0.06
HSL 221.78º 0.87% 0.52% -
HSV(B) 221.78º 0.9% 0.94% -
XYZ 19.64 13.75 83.28 -
YUV 87.55 213.47 83.38 -
System Red Green Blue C M Y K H S L
Decimal 25 90 239 0.90 0.62 0 0.06 221.78 0.87 0.52
Hex 19 5A EF 5A 3E 0 6 DE 57 34
Octal 31 132 357 132 76 0 6 336 127 64
Binary 11001 1011010 11101111 1011010 111110 0 110 11011110 1010111 110100

Color Harmonies of #195AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195AEF

Black with #195AEF

Text Example


Text Example

White with #195AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195AEF; }

 p { color: rgb(25,90,239); }

 H1.HeaderClassName
 {
   color: #195AEF;
 }
 .AnyTagClassName
 {
   color: #195AEF;
 }
</style>

background-color css

<style>
 a { background-color: #195AEF; }

 a { background-color: rgb(25,90,239); }

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

border-color css

<style>
 span { border-color: #195AEF; }

 span { border-color: rgb(25,90,239); }

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