Html Css Color HEX #0002CF Medium Blue

📋 copy color: '#0002CF'

red 0 ◦ green 2 ◦ blue 207

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

Shades of Medium Blue #0002CF

Tints of Medium Blue #0002CF

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 2 (1.17% from 255) = 0.96%

 BLUE value IS 207 (81.25% from 255) = 99.04%

R = 0%
G = 0.96%
B = 99.04%

CMYK

 C value IS 1

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0002CF (or 0x0002CF) is known color: Medium Blue. HEX triplet: 00, 02 and CF. RGB value is (0,2,207). Sum of RGB (Red+Green+Blue) = 0+2+207=209 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 209); Green value is 2 (1.17% from 255 or 0.96% from 209); Blue value is 207 (81.25% from 255 or 99.04% from 209); Max value from RGB is 207 - color contains mainly: blue. Hex color #0002CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0002CF is #FFFD30. Grayscale: #171717. Windows color (decimal): -16776497 or 13566464. OLE color: 13566464.

HSL color Cylindrical-coordinate representation of color #0002CF: hue angle of 239.42º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0002CF is Cyan = 1, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 0 2 207 -
CMYK 1 0.99 0 0.19
HSL 239.42º 1% 0.41% -
HSV(B) 239.42º 1% 0.81% -
XYZ 11.28 4.55 59.31 -
YUV 24.77 230.84 110.33 -
System Red Green Blue C M Y K H S L
Decimal 0 2 207 1 0.99 0 0.19 239.42 1 0.41
Hex 0 2 CF 64 63 0 13 EF 64 29
Octal 0 2 317 144 143 0 23 357 144 51
Binary 0 10 11001111 1100100 1100011 0 10011 11101111 1100100 101001

Color Harmonies of #0002CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0002CF

Black with #0002CF

Text Example


Text Example

White with #0002CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0002CF; }

 p { color: rgb(0,2,207); }

 H1.HeaderClassName
 {
   color: #0002CF;
 }
 .AnyTagClassName
 {
   color: #0002CF;
 }
</style>

background-color css

<style>
 a { background-color: #0002CF; }

 a { background-color: rgb(0,2,207); }

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

border-color css

<style>
 span { border-color: #0002CF; }

 span { border-color: rgb(0,2,207); }

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