Html Css Color HEX #0438DF Persian Blue

📋 copy color: '#0438DF'

red 4 ◦ green 56 ◦ blue 223

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

Shades of Persian Blue #0438DF

Tints of Persian Blue #0438DF

RGB

 RED value IS 4 (1.95% from 255) = 1.41%

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

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

R = 1.41%
G = 19.79%
B = 78.8%

CMYK

 C value IS 0.98

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0438DF (or 0x0438DF) is known color: Persian Blue. HEX triplet: 04, 38 and DF. RGB value is (4,56,223). Sum of RGB (Red+Green+Blue) = 4+56+223=283 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.41% from 283); Green value is 56 (22.27% from 255 or 19.79% from 283); Blue value is 223 (87.5% from 255 or 78.80% from 283); Max value from RGB is 223 - color contains mainly: blue. Hex color #0438DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0438DF is #FBC720. Grayscale: #3A3A3A. Windows color (decimal): -16500513 or 14628868. OLE color: 14628868.

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

Color convert

RGB 4 56 223 -
CMYK 0.98 0.75 0 0.13
HSL 225.75º 0.96% 0.45% -
HSV(B) 225.75º 0.98% 0.87% -
XYZ 14.78 8.18 70.61 -
YUV 59.49 220.27 88.42 -
System Red Green Blue C M Y K H S L
Decimal 4 56 223 0.98 0.75 0 0.13 225.75 0.96 0.45
Hex 4 38 DF 62 4B 0 D E2 60 2D
Octal 4 70 337 142 113 0 15 342 140 55
Binary 100 111000 11011111 1100010 1001011 0 1101 11100010 1100000 101101

Color Harmonies of #0438DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0438DF

Black with #0438DF

Text Example


Text Example

White with #0438DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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