Html Css Color HEX #0838BB Persian Blue

📋 copy color: '#0838BB'

red 8 ◦ green 56 ◦ blue 187

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

Shades of Persian Blue #0838BB

Tints of Persian Blue #0838BB

RGB

 RED value IS 8 (3.52% from 255) = 3.19%

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

 BLUE value IS 187 (73.44% from 255) = 74.5%

R = 3.19%
G = 22.31%
B = 74.5%

CMYK

 C value IS 0.96

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0838BB (or 0x0838BB) is known color: Persian Blue. HEX triplet: 08, 38 and BB. RGB value is (8,56,187). Sum of RGB (Red+Green+Blue) = 8+56+187=251 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.19% from 251); Green value is 56 (22.27% from 255 or 22.31% from 251); Blue value is 187 (73.44% from 255 or 74.50% from 251); Max value from RGB is 187 - color contains mainly: blue. Hex color #0838BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0838BB is #F7C744. Grayscale: #383838. Windows color (decimal): -16238405 or 12269576. OLE color: 12269576.

HSL color Cylindrical-coordinate representation of color #0838BB: hue angle of 223.91º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0838BB is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 8 56 187 -
CMYK 0.96 0.70 0 0.27
HSL 223.91º 0.92% 0.38% -
HSV(B) 223.91º 0.96% 0.73% -
XYZ 10.48 6.47 47.71 -
YUV 56.58 201.6 93.35 -
System Red Green Blue C M Y K H S L
Decimal 8 56 187 0.96 0.70 0 0.27 223.91 0.92 0.38
Hex 8 38 BB 60 46 0 1B E0 5C 26
Octal 10 70 273 140 106 0 33 340 134 46
Binary 1000 111000 10111011 1100000 1000110 0 11011 11100000 1011100 100110

Color Harmonies of #0838BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0838BB

Black with #0838BB

Text Example


Text Example

White with #0838BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0838BB; }

 p { color: rgb(8,56,187); }

 H1.HeaderClassName
 {
   color: #0838BB;
 }
 .AnyTagClassName
 {
   color: #0838BB;
 }
</style>

background-color css

<style>
 a { background-color: #0838BB; }

 a { background-color: rgb(8,56,187); }

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

border-color css

<style>
 span { border-color: #0838BB; }

 span { border-color: rgb(8,56,187); }

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