Html Css Color HEX #1234DB Persian Blue

📋 copy color: '#1234DB'

red 18 ◦ green 52 ◦ blue 219

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

Shades of Persian Blue #1234DB

Tints of Persian Blue #1234DB

RGB

 RED value IS 18 (7.42% from 255) = 6.23%

 GREEN value IS 52 (20.7% from 255) = 17.99%

 BLUE value IS 219 (85.94% from 255) = 75.78%

R = 6.23%
G = 17.99%
B = 75.78%

CMYK

 C value IS 0.92

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1234DB (or 0x1234DB) is known color: Persian Blue. HEX triplet: 12, 34 and DB. RGB value is (18,52,219). Sum of RGB (Red+Green+Blue) = 18+52+219=289 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.23% from 289); Green value is 52 (20.70% from 255 or 17.99% from 289); Blue value is 219 (85.94% from 255 or 75.78% from 289); Max value from RGB is 219 - color contains mainly: blue. Hex color #1234DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1234DB is #EDCB24. Grayscale: #3C3C3C. Windows color (decimal): -15584037 or 14365714. OLE color: 14365714.

HSL color Cylindrical-coordinate representation of color #1234DB: hue angle of 229.85º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1234DB is Cyan = 0.92, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 18 52 219 -
CMYK 0.92 0.76 0 0.14
HSL 229.85º 0.85% 0.46% -
HSV(B) 229.85º 0.92% 0.86% -
XYZ 14.26 7.7 67.75 -
YUV 60.87 217.24 97.42 -
System Red Green Blue C M Y K H S L
Decimal 18 52 219 0.92 0.76 0 0.14 229.85 0.85 0.46
Hex 12 34 DB 5C 4C 0 E E6 55 2E
Octal 22 64 333 134 114 0 16 346 125 56
Binary 10010 110100 11011011 1011100 1001100 0 1110 11100110 1010101 101110

Color Harmonies of #1234DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1234DB

Black with #1234DB

Text Example


Text Example

White with #1234DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1234DB; }

 p { color: rgb(18,52,219); }

 H1.HeaderClassName
 {
   color: #1234DB;
 }
 .AnyTagClassName
 {
   color: #1234DB;
 }
</style>

background-color css

<style>
 a { background-color: #1234DB; }

 a { background-color: rgb(18,52,219); }

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

border-color css

<style>
 span { border-color: #1234DB; }

 span { border-color: rgb(18,52,219); }

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