Html Css Color HEX #2230EE Persian Blue

📋 copy color: '#2230EE'

red 34 ◦ green 48 ◦ blue 238

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

Shades of Persian Blue #2230EE

Tints of Persian Blue #2230EE

RGB

 RED value IS 34 (13.67% from 255) = 10.63%

 GREEN value IS 48 (19.14% from 255) = 15%

 BLUE value IS 238 (93.36% from 255) = 74.38%

R = 10.63%
G = 15%
B = 74.38%

CMYK

 C value IS 0.86

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2230EE (or 0x2230EE) is known color: Persian Blue. HEX triplet: 22, 30 and EE. RGB value is (34,48,238). Sum of RGB (Red+Green+Blue) = 34+48+238=320 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.62% from 320); Green value is 48 (19.14% from 255 or 15% from 320); Blue value is 238 (93.36% from 255 or 74.38% from 320); Max value from RGB is 238 - color contains mainly: blue. Hex color #2230EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2230EE is #DDCF11. Grayscale: #404040. Windows color (decimal): -14536466 or 15609890. OLE color: 15609890.

HSL color Cylindrical-coordinate representation of color #2230EE: hue angle of 235.88º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2230EE is Cyan = 0.86, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 34 48 238 -
CMYK 0.86 0.80 0 0.07
HSL 235.88º 0.86% 0.53% -
HSV(B) 235.88º 0.86% 0.93% -
XYZ 17.15 8.63 81.65 -
YUV 65.47 225.36 105.55 -
System Red Green Blue C M Y K H S L
Decimal 34 48 238 0.86 0.80 0 0.07 235.88 0.86 0.53
Hex 22 30 EE 56 50 0 7 EC 56 35
Octal 42 60 356 126 120 0 7 354 126 65
Binary 100010 110000 11101110 1010110 1010000 0 111 11101100 1010110 110101

Color Harmonies of #2230EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2230EE

Black with #2230EE

Text Example


Text Example

White with #2230EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2230EE; }

 p { color: rgb(34,48,238); }

 H1.HeaderClassName
 {
   color: #2230EE;
 }
 .AnyTagClassName
 {
   color: #2230EE;
 }
</style>

background-color css

<style>
 a { background-color: #2230EE; }

 a { background-color: rgb(34,48,238); }

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

border-color css

<style>
 span { border-color: #2230EE; }

 span { border-color: rgb(34,48,238); }

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