Html Css Color HEX #123DEB Persian Blue

📋 copy color: '#123DEB'

red 18 ◦ green 61 ◦ blue 235

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

Shades of Persian Blue #123DEB

Tints of Persian Blue #123DEB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.43%

 BLUE value IS 235 (92.19% from 255) = 74.84%

R = 5.73%
G = 19.43%
B = 74.84%

CMYK

 C value IS 0.92

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#123DEB (or 0x123DEB) is known color: Persian Blue. HEX triplet: 12, 3D and EB. RGB value is (18,61,235). Sum of RGB (Red+Green+Blue) = 18+61+235=314 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.73% from 314); Green value is 61 (24.22% from 255 or 19.43% from 314); Blue value is 235 (92.19% from 255 or 74.84% from 314); Max value from RGB is 235 - color contains mainly: blue. Hex color #123DEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #123DEB is #EDC214. Grayscale: #434343. Windows color (decimal): -15581717 or 15416594. OLE color: 15416594.

HSL color Cylindrical-coordinate representation of color #123DEB: hue angle of 228.11º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #123DEB is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 18 61 235 -
CMYK 0.92 0.74 0 0.08
HSL 228.11º 0.86% 0.5% -
HSV(B) 228.11º 0.92% 0.92% -
XYZ 16.91 9.46 79.53 -
YUV 67.98 222.25 92.35 -
System Red Green Blue C M Y K H S L
Decimal 18 61 235 0.92 0.74 0 0.08 228.11 0.86 0.5
Hex 12 3D EB 5C 4A 0 8 E4 56 32
Octal 22 75 353 134 112 0 10 344 126 62
Binary 10010 111101 11101011 1011100 1001010 0 1000 11100100 1010110 110010

Color Harmonies of #123DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #123DEB

Black with #123DEB

Text Example


Text Example

White with #123DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #123DEB; }

 p { color: rgb(18,61,235); }

 H1.HeaderClassName
 {
   color: #123DEB;
 }
 .AnyTagClassName
 {
   color: #123DEB;
 }
</style>

background-color css

<style>
 a { background-color: #123DEB; }

 a { background-color: rgb(18,61,235); }

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

border-color css

<style>
 span { border-color: #123DEB; }

 span { border-color: rgb(18,61,235); }

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