Html Css Color HEX #185DEF Royal Blue

📋 copy color: '#185DEF'

red 24 ◦ green 93 ◦ blue 239

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

Shades of Royal Blue #185DEF

Tints of Royal Blue #185DEF

RGB

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

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

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

R = 6.74%
G = 26.12%
B = 67.13%

CMYK

 C value IS 0.90

 M value IS 0.61

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#185DEF (or 0x185DEF) is known color: Royal Blue. HEX triplet: 18, 5D and EF. RGB value is (24,93,239). Sum of RGB (Red+Green+Blue) = 24+93+239=356 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.74% from 356); Green value is 93 (36.72% from 255 or 26.12% from 356); Blue value is 239 (93.75% from 255 or 67.13% from 356); Max value from RGB is 239 - color contains mainly: blue. Hex color #185DEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #185DEF is #E7A210. Grayscale: #585858. Windows color (decimal): -15180305 or 15686936. OLE color: 15686936.

HSL color Cylindrical-coordinate representation of color #185DEF: hue angle of 220.74º 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 #185DEF is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 24 93 239 -
CMYK 0.90 0.61 0 0.06
HSL 220.74º 0.87% 0.52% -
HSV(B) 220.74º 0.9% 0.94% -
XYZ 19.87 14.25 83.37 -
YUV 89.01 212.64 81.63 -
System Red Green Blue C M Y K H S L
Decimal 24 93 239 0.90 0.61 0 0.06 220.74 0.87 0.52
Hex 18 5D EF 5A 3D 0 6 DD 57 34
Octal 30 135 357 132 75 0 6 335 127 64
Binary 11000 1011101 11101111 1011010 111101 0 110 11011101 1010111 110100

Color Harmonies of #185DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185DEF

Black with #185DEF

Text Example


Text Example

White with #185DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,93,239); }

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

background-color css

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

 a { background-color: rgb(24,93,239); }

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

border-color css

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

 span { border-color: rgb(24,93,239); }

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