Html Css Color HEX #2230EF Persian Blue

📋 copy color: '#2230EF'

red 34 ◦ green 48 ◦ blue 239

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

Shades of Persian Blue #2230EF

Tints of Persian Blue #2230EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 74.45%

R = 10.59%
G = 14.95%
B = 74.45%

CMYK

 C value IS 0.86

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2230EF (or 0x2230EF) is known color: Persian Blue. HEX triplet: 22, 30 and EF. RGB value is (34,48,239). Sum of RGB (Red+Green+Blue) = 34+48+239=321 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.59% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 239 (93.75% from 255 or 74.45% from 321); Max value from RGB is 239 - color contains mainly: blue. Hex color #2230EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2230EF is #DDCF10. Grayscale: #404040. Windows color (decimal): -14536465 or 15675426. OLE color: 15675426.

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

Color convert

RGB 34 48 239 -
CMYK 0.86 0.80 0 0.06
HSL 235.9º 0.86% 0.54% -
HSV(B) 235.9º 0.86% 0.94% -
XYZ 17.3 8.69 82.43 -
YUV 65.59 225.86 105.47 -
System Red Green Blue C M Y K H S L
Decimal 34 48 239 0.86 0.80 0 0.06 235.9 0.86 0.54
Hex 22 30 EF 56 50 0 6 EC 56 36
Octal 42 60 357 126 120 0 6 354 126 66
Binary 100010 110000 11101111 1010110 1010000 0 110 11101100 1010110 110110

Color Harmonies of #2230EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2230EF

Black with #2230EF

Text Example


Text Example

White with #2230EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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