Html Css Color HEX #0238DF Persian Blue

📋 copy color: '#0238DF'

red 2 ◦ green 56 ◦ blue 223

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

Shades of Persian Blue #0238DF

Tints of Persian Blue #0238DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 79.36%

R = 0.71%
G = 19.93%
B = 79.36%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0238DF (or 0x0238DF) is known color: Persian Blue. HEX triplet: 02, 38 and DF. RGB value is (2,56,223). Sum of RGB (Red+Green+Blue) = 2+56+223=281 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 281); Green value is 56 (22.27% from 255 or 19.93% from 281); Blue value is 223 (87.5% from 255 or 79.36% from 281); Max value from RGB is 223 - color contains mainly: blue. Hex color #0238DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0238DF is #FDC720. Grayscale: #3A3A3A. Windows color (decimal): -16631585 or 14628866. OLE color: 14628866.

HSL color Cylindrical-coordinate representation of color #0238DF: hue angle of 225.34º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0238DF is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 2 56 223 -
CMYK 0.99 0.75 0 0.13
HSL 225.34º 0.98% 0.44% -
HSV(B) 225.34º 0.99% 0.87% -
XYZ 14.76 8.17 70.61 -
YUV 58.89 220.61 87.42 -
System Red Green Blue C M Y K H S L
Decimal 2 56 223 0.99 0.75 0 0.13 225.34 0.98 0.44
Hex 2 38 DF 63 4B 0 D E1 62 2C
Octal 2 70 337 143 113 0 15 341 142 54
Binary 10 111000 11011111 1100011 1001011 0 1101 11100001 1100010 101100

Color Harmonies of #0238DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0238DF

Black with #0238DF

Text Example


Text Example

White with #0238DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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