Html Css Color HEX #195DFD Royal Blue

📋 copy color: '#195DFD'

red 25 ◦ green 93 ◦ blue 253

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

Shades of Royal Blue #195DFD

Tints of Royal Blue #195DFD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.07%

 BLUE value IS 253 (99.22% from 255) = 68.19%

R = 6.74%
G = 25.07%
B = 68.19%

CMYK

 C value IS 0.90

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#195DFD (or 0x195DFD) is known color: Royal Blue. HEX triplet: 19, 5D and FD. RGB value is (25,93,253). Sum of RGB (Red+Green+Blue) = 25+93+253=371 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.74% from 371); Green value is 93 (36.72% from 255 or 25.07% from 371); Blue value is 253 (99.22% from 255 or 68.19% from 371); Max value from RGB is 253 - color contains mainly: blue. Hex color #195DFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #195DFD is #E6A202. Grayscale: #5A5A5A. Windows color (decimal): -15114755 or 16604441. OLE color: 16604441.

HSL color Cylindrical-coordinate representation of color #195DFD: hue angle of 222.11º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #195DFD is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 25 93 253 -
CMYK 0.90 0.63 0 0.01
HSL 222.11º 0.98% 0.55% -
HSV(B) 222.11º 0.9% 0.99% -
XYZ 22.04 15.13 94.69 -
YUV 90.91 219.47 80.99 -
System Red Green Blue C M Y K H S L
Decimal 25 93 253 0.90 0.63 0 0.01 222.11 0.98 0.55
Hex 19 5D FD 5A 3F 0 1 DE 62 37
Octal 31 135 375 132 77 0 1 336 142 67
Binary 11001 1011101 11111101 1011010 111111 0 1 11011110 1100010 110111

Color Harmonies of #195DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195DFD

Black with #195DFD

Text Example


Text Example

White with #195DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,93,253); }

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

background-color css

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

 a { background-color: rgb(25,93,253); }

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

border-color css

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

 span { border-color: rgb(25,93,253); }

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