Html Css Color HEX #185CFC Royal Blue

📋 copy color: '#185CFC'

red 24 ◦ green 92 ◦ blue 252

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

Shades of Royal Blue #185CFC

Tints of Royal Blue #185CFC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25%

 BLUE value IS 252 (98.83% from 255) = 68.48%

R = 6.52%
G = 25%
B = 68.48%

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

#185CFC (or 0x185CFC) is known color: Royal Blue. HEX triplet: 18, 5C and FC. RGB value is (24,92,252). Sum of RGB (Red+Green+Blue) = 24+92+252=368 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.52% from 368); Green value is 92 (36.33% from 255 or 25% from 368); Blue value is 252 (98.83% from 255 or 68.48% from 368); Max value from RGB is 252 - color contains mainly: blue. Hex color #185CFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #185CFC is #E7A303. Grayscale: #595959. Windows color (decimal): -15180548 or 16538648. OLE color: 16538648.

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

Color convert

RGB 24 92 252 -
CMYK 0.90 0.63 0 0.01
HSL 222.11º 0.97% 0.54% -
HSV(B) 222.11º 0.9% 0.99% -
XYZ 21.77 14.88 93.82 -
YUV 89.91 219.47 80.99 -
System Red Green Blue C M Y K H S L
Decimal 24 92 252 0.90 0.63 0 0.01 222.11 0.97 0.54
Hex 18 5C FC 5A 3F 0 1 DE 61 36
Octal 30 134 374 132 77 0 1 336 141 66
Binary 11000 1011100 11111100 1011010 111111 0 1 11011110 1100001 110110

Color Harmonies of #185CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185CFC

Black with #185CFC

Text Example


Text Example

White with #185CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,92,252); }

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

background-color css

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

 a { background-color: rgb(24,92,252); }

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

border-color css

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

 span { border-color: rgb(24,92,252); }

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