Html Css Color HEX #0380EE Dodger Blue

📋 copy color: '#0380EE'

red 3 ◦ green 128 ◦ blue 238

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

Shades of Dodger Blue #0380EE

Tints of Dodger Blue #0380EE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.69%

 BLUE value IS 238 (93.36% from 255) = 64.5%

R = 0.81%
G = 34.69%
B = 64.5%

CMYK

 C value IS 0.99

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0380EE (or 0x0380EE) is known color: Dodger Blue. HEX triplet: 03, 80 and EE. RGB value is (3,128,238). Sum of RGB (Red+Green+Blue) = 3+128+238=369 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.81% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 238 (93.36% from 255 or 64.50% from 369); Max value from RGB is 238 - color contains mainly: blue. Hex color #0380EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0380EE is #FC7F11. Grayscale: #666666. Windows color (decimal): -16547602 or 15630339. OLE color: 15630339.

HSL color Cylindrical-coordinate representation of color #0380EE: hue angle of 208.09º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0380EE is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 3 128 238 -
CMYK 0.99 0.46 0 0.07
HSL 208.09º 0.98% 0.47% -
HSV(B) 208.09º 0.99% 0.93% -
XYZ 23.19 21.63 83.84 -
YUV 103.17 204.09 56.56 -
System Red Green Blue C M Y K H S L
Decimal 3 128 238 0.99 0.46 0 0.07 208.09 0.98 0.47
Hex 3 80 EE 63 2E 0 7 D0 62 2F
Octal 3 200 356 143 56 0 7 320 142 57
Binary 11 10000000 11101110 1100011 101110 0 111 11010000 1100010 101111

Color Harmonies of #0380EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0380EE

Black with #0380EE

Text Example


Text Example

White with #0380EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0380EE; }

 p { color: rgb(3,128,238); }

 H1.HeaderClassName
 {
   color: #0380EE;
 }
 .AnyTagClassName
 {
   color: #0380EE;
 }
</style>

background-color css

<style>
 a { background-color: #0380EE; }

 a { background-color: rgb(3,128,238); }

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

border-color css

<style>
 span { border-color: #0380EE; }

 span { border-color: rgb(3,128,238); }

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