Html Css Color HEX #2138CF Persian Blue

📋 copy color: '#2138CF'

red 33 ◦ green 56 ◦ blue 207

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

Shades of Persian Blue #2138CF

Tints of Persian Blue #2138CF

RGB

 RED value IS 33 (13.28% from 255) = 11.15%

 GREEN value IS 56 (22.27% from 255) = 18.92%

 BLUE value IS 207 (81.25% from 255) = 69.93%

R = 11.15%
G = 18.92%
B = 69.93%

CMYK

 C value IS 0.84

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2138CF (or 0x2138CF) is known color: Persian Blue. HEX triplet: 21, 38 and CF. RGB value is (33,56,207). Sum of RGB (Red+Green+Blue) = 33+56+207=296 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.15% from 296); Green value is 56 (22.27% from 255 or 18.92% from 296); Blue value is 207 (81.25% from 255 or 69.93% from 296); Max value from RGB is 207 - color contains mainly: blue. Hex color #2138CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2138CF is #DEC730. Grayscale: #414141. Windows color (decimal): -14599985 or 13580321. OLE color: 13580321.

HSL color Cylindrical-coordinate representation of color #2138CF: hue angle of 232.07º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2138CF is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 33 56 207 -
CMYK 0.84 0.73 0 0.19
HSL 232.07º 0.73% 0.47% -
HSV(B) 232.07º 0.84% 0.81% -
XYZ 13.3 7.66 59.81 -
YUV 66.34 207.38 104.22 -
System Red Green Blue C M Y K H S L
Decimal 33 56 207 0.84 0.73 0 0.19 232.07 0.73 0.47
Hex 21 38 CF 54 49 0 13 E8 48 2F
Octal 41 70 317 124 111 0 23 350 110 57
Binary 100001 111000 11001111 1010100 1001001 0 10011 11101000 1001000 101111

Color Harmonies of #2138CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2138CF

Black with #2138CF

Text Example


Text Example

White with #2138CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2138CF; }

 p { color: rgb(33,56,207); }

 H1.HeaderClassName
 {
   color: #2138CF;
 }
 .AnyTagClassName
 {
   color: #2138CF;
 }
</style>

background-color css

<style>
 a { background-color: #2138CF; }

 a { background-color: rgb(33,56,207); }

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

border-color css

<style>
 span { border-color: #2138CF; }

 span { border-color: rgb(33,56,207); }

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