Html Css Color HEX #185AF4 Royal Blue

📋 copy color: '#185AF4'

red 24 ◦ green 90 ◦ blue 244

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

Shades of Royal Blue #185AF4

Tints of Royal Blue #185AF4

RGB

 RED value IS 24 (9.77% from 255) = 6.7%

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

 BLUE value IS 244 (95.7% from 255) = 68.16%

R = 6.7%
G = 25.14%
B = 68.16%

CMYK

 C value IS 0.90

 M value IS 0.63

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#185AF4 (or 0x185AF4) is known color: Royal Blue. HEX triplet: 18, 5A and F4. RGB value is (24,90,244). Sum of RGB (Red+Green+Blue) = 24+90+244=358 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.70% from 358); Green value is 90 (35.55% from 255 or 25.14% from 358); Blue value is 244 (95.70% from 255 or 68.16% from 358); Max value from RGB is 244 - color contains mainly: blue. Hex color #185AF4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #185AF4 is #E7A50B. Grayscale: #575757. Windows color (decimal): -15181068 or 16013848. OLE color: 16013848.

HSL color Cylindrical-coordinate representation of color #185AF4: hue angle of 222º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #185AF4 is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 24 90 244 -
CMYK 0.90 0.63 0 0.04
HSL 222º 0.91% 0.53% -
HSV(B) 222º 0.9% 0.96% -
XYZ 20.36 14.04 87.22 -
YUV 87.82 216.13 82.48 -
System Red Green Blue C M Y K H S L
Decimal 24 90 244 0.90 0.63 0 0.04 222 0.91 0.53
Hex 18 5A F4 5A 3F 0 4 DE 5B 35
Octal 30 132 364 132 77 0 4 336 133 65
Binary 11000 1011010 11110100 1011010 111111 0 100 11011110 1011011 110101

Color Harmonies of #185AF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185AF4

Black with #185AF4

Text Example


Text Example

White with #185AF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185AF4; }

 p { color: rgb(24,90,244); }

 H1.HeaderClassName
 {
   color: #185AF4;
 }
 .AnyTagClassName
 {
   color: #185AF4;
 }
</style>

background-color css

<style>
 a { background-color: #185AF4; }

 a { background-color: rgb(24,90,244); }

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

border-color css

<style>
 span { border-color: #185AF4; }

 span { border-color: rgb(24,90,244); }

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