Html Css Color HEX #0195EA Dodger Blue

📋 copy color: '#0195EA'

red 1 ◦ green 149 ◦ blue 234

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

Shades of Dodger Blue #0195EA

Tints of Dodger Blue #0195EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 60.94%

R = 0.26%
G = 38.8%
B = 60.94%

CMYK

 C value IS 1.00

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0195EA (or 0x0195EA) is known color: Dodger Blue. HEX triplet: 01, 95 and EA. RGB value is (1,149,234). Sum of RGB (Red+Green+Blue) = 1+149+234=384 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 384); Green value is 149 (58.59% from 255 or 38.80% from 384); Blue value is 234 (91.80% from 255 or 60.94% from 384); Max value from RGB is 234 - color contains mainly: blue. Hex color #0195EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0195EA is #FE6A15. Grayscale: #717171. Windows color (decimal): -16673302 or 15373569. OLE color: 15373569.

HSL color Cylindrical-coordinate representation of color #0195EA: hue angle of 201.89º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0195EA is Cyan = 1.00, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 1 149 234 -
CMYK 1.00 0.36 0 0.08
HSL 201.89º 0.99% 0.46% -
HSV(B) 201.89º 1% 0.92% -
XYZ 25.61 27.44 81.79 -
YUV 114.44 195.47 47.09 -
System Red Green Blue C M Y K H S L
Decimal 1 149 234 1.00 0.36 0 0.08 201.89 0.99 0.46
Hex 1 95 EA 64 24 0 8 CA 63 2E
Octal 1 225 352 144 44 0 10 312 143 56
Binary 1 10010101 11101010 1100100 100100 0 1000 11001010 1100011 101110

Color Harmonies of #0195EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0195EA

Black with #0195EA

Text Example


Text Example

White with #0195EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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