Html Css Color HEX #0195EF Dodger Blue

📋 copy color: '#0195EF'

red 1 ◦ green 149 ◦ blue 239

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

Shades of Dodger Blue #0195EF

Tints of Dodger Blue #0195EF

RGB

 RED value IS 1 (0.78% from 255) = 0.26%

 GREEN value IS 149 (58.59% from 255) = 38.3%

 BLUE value IS 239 (93.75% from 255) = 61.44%

R = 0.26%
G = 38.3%
B = 61.44%

CMYK

 C value IS 1.00

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0195EF (or 0x0195EF) is known color: Dodger Blue. HEX triplet: 01, 95 and EF. RGB value is (1,149,239). Sum of RGB (Red+Green+Blue) = 1+149+239=389 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 389); Green value is 149 (58.59% from 255 or 38.30% from 389); Blue value is 239 (93.75% from 255 or 61.44% from 389); Max value from RGB is 239 - color contains mainly: blue. Hex color #0195EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0195EF is #FE6A10. Grayscale: #727272. Windows color (decimal): -16673297 or 15701249. OLE color: 15701249.

HSL color Cylindrical-coordinate representation of color #0195EF: hue angle of 202.69º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0195EF is Cyan = 1.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 1 149 239 -
CMYK 1.00 0.38 0 0.06
HSL 202.69º 0.99% 0.47% -
HSV(B) 202.69º 1% 0.94% -
XYZ 26.34 27.73 85.63 -
YUV 115.01 197.97 46.68 -
System Red Green Blue C M Y K H S L
Decimal 1 149 239 1.00 0.38 0 0.06 202.69 0.99 0.47
Hex 1 95 EF 64 26 0 6 CB 63 2F
Octal 1 225 357 144 46 0 6 313 143 57
Binary 1 10010101 11101111 1100100 100110 0 110 11001011 1100011 101111

Color Harmonies of #0195EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0195EF

Black with #0195EF

Text Example


Text Example

White with #0195EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0195EF; }

 p { color: rgb(1,149,239); }

 H1.HeaderClassName
 {
   color: #0195EF;
 }
 .AnyTagClassName
 {
   color: #0195EF;
 }
</style>

background-color css

<style>
 a { background-color: #0195EF; }

 a { background-color: rgb(1,149,239); }

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

border-color css

<style>
 span { border-color: #0195EF; }

 span { border-color: rgb(1,149,239); }

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