Html Css Color HEX #0238EB Persian Blue

📋 copy color: '#0238EB'

red 2 ◦ green 56 ◦ blue 235

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

Shades of Persian Blue #0238EB

Tints of Persian Blue #0238EB

RGB

 RED value IS 2 (1.17% from 255) = 0.68%

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

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

R = 0.68%
G = 19.11%
B = 80.2%

CMYK

 C value IS 0.99

 M value IS 0.76

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0238EB (or 0x0238EB) is known color: Persian Blue. HEX triplet: 02, 38 and EB. RGB value is (2,56,235). Sum of RGB (Red+Green+Blue) = 2+56+235=293 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 293); Green value is 56 (22.27% from 255 or 19.11% from 293); Blue value is 235 (92.19% from 255 or 80.20% from 293); Max value from RGB is 235 - color contains mainly: blue. Hex color #0238EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0238EB is #FDC714. Grayscale: #3B3B3B. Windows color (decimal): -16631573 or 15415298. OLE color: 15415298.

HSL color Cylindrical-coordinate representation of color #0238EB: hue angle of 226.09º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0238EB is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 2 56 235 -
CMYK 0.99 0.76 0 0.08
HSL 226.09º 0.98% 0.46% -
HSV(B) 226.09º 0.99% 0.92% -
XYZ 16.43 8.84 79.44 -
YUV 60.26 226.61 86.45 -
System Red Green Blue C M Y K H S L
Decimal 2 56 235 0.99 0.76 0 0.08 226.09 0.98 0.46
Hex 2 38 EB 63 4C 0 8 E2 62 2E
Octal 2 70 353 143 114 0 10 342 142 56
Binary 10 111000 11101011 1100011 1001100 0 1000 11100010 1100010 101110

Color Harmonies of #0238EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0238EB

Black with #0238EB

Text Example


Text Example

White with #0238EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0238EB; }

 p { color: rgb(2,56,235); }

 H1.HeaderClassName
 {
   color: #0238EB;
 }
 .AnyTagClassName
 {
   color: #0238EB;
 }
</style>

background-color css

<style>
 a { background-color: #0238EB; }

 a { background-color: rgb(2,56,235); }

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

border-color css

<style>
 span { border-color: #0238EB; }

 span { border-color: rgb(2,56,235); }

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