Html Css Color HEX #183EF0 Persian Blue

📋 copy color: '#183EF0'

red 24 ◦ green 62 ◦ blue 240

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

Shades of Persian Blue #183EF0

Tints of Persian Blue #183EF0

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.02%

 BLUE value IS 240 (94.14% from 255) = 73.62%

R = 7.36%
G = 19.02%
B = 73.62%

CMYK

 C value IS 0.9

 M value IS 0.74

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#183EF0 (or 0x183EF0) is known color: Persian Blue. HEX triplet: 18, 3E and F0. RGB value is (24,62,240). Sum of RGB (Red+Green+Blue) = 24+62+240=326 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.36% from 326); Green value is 62 (24.61% from 255 or 19.02% from 326); Blue value is 240 (94.14% from 255 or 73.62% from 326); Max value from RGB is 240 - color contains mainly: blue. Hex color #183EF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #183EF0 is #E7C10F. Grayscale: #464646. Windows color (decimal): -15188240 or 15744536. OLE color: 15744536.

HSL color Cylindrical-coordinate representation of color #183EF0: hue angle of 229.44º degrees, saturation: 0.88, 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 #183EF0 is Cyan = 0.9, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 24 62 240 -
CMYK 0.9 0.74 0 0.06
HSL 229.44º 0.88% 0.52% -
HSV(B) 229.44º 0.9% 0.94% -
XYZ 17.83 9.93 83.42 -
YUV 70.93 223.41 94.53 -
System Red Green Blue C M Y K H S L
Decimal 24 62 240 0.9 0.74 0 0.06 229.44 0.88 0.52
Hex 18 3E F0 5A 4A 0 6 E5 58 34
Octal 30 76 360 132 112 0 6 345 130 64
Binary 11000 111110 11110000 1011010 1001010 0 110 11100101 1011000 110100

Color Harmonies of #183EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #183EF0

Black with #183EF0

Text Example


Text Example

White with #183EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #183EF0; }

 p { color: rgb(24,62,240); }

 H1.HeaderClassName
 {
   color: #183EF0;
 }
 .AnyTagClassName
 {
   color: #183EF0;
 }
</style>

background-color css

<style>
 a { background-color: #183EF0; }

 a { background-color: rgb(24,62,240); }

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

border-color css

<style>
 span { border-color: #183EF0; }

 span { border-color: rgb(24,62,240); }

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