Html Css Color HEX #0385EA Dodger Blue

📋 copy color: '#0385EA'

red 3 ◦ green 133 ◦ blue 234

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

Shades of Dodger Blue #0385EA

Tints of Dodger Blue #0385EA

RGB

 RED value IS 3 (1.56% from 255) = 0.81%

 GREEN value IS 133 (52.34% from 255) = 35.95%

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

R = 0.81%
G = 35.95%
B = 63.24%

CMYK

 C value IS 0.99

 M value IS 0.43

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0385EA (or 0x0385EA) is known color: Dodger Blue. HEX triplet: 03, 85 and EA. RGB value is (3,133,234). Sum of RGB (Red+Green+Blue) = 3+133+234=370 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.81% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 234 (91.80% from 255 or 63.24% from 370); Max value from RGB is 234 - color contains mainly: blue. Hex color #0385EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0385EA is #FC7A15. Grayscale: #696969. Windows color (decimal): -16546326 or 15369475. OLE color: 15369475.

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

Color convert

RGB 3 133 234 -
CMYK 0.99 0.43 0 0.08
HSL 206.23º 0.97% 0.46% -
HSV(B) 206.23º 0.99% 0.92% -
XYZ 23.28 22.73 81 -
YUV 105.64 200.43 54.79 -
System Red Green Blue C M Y K H S L
Decimal 3 133 234 0.99 0.43 0 0.08 206.23 0.97 0.46
Hex 3 85 EA 63 2B 0 8 CE 61 2E
Octal 3 205 352 143 53 0 10 316 141 56
Binary 11 10000101 11101010 1100011 101011 0 1000 11001110 1100001 101110

Color Harmonies of #0385EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0385EA

Black with #0385EA

Text Example


Text Example

White with #0385EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,133,234); }

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

background-color css

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

 a { background-color: rgb(3,133,234); }

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

border-color css

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

 span { border-color: rgb(3,133,234); }

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