Html Css Color HEX #0388FE Dodger Blue

📋 copy color: '#0388FE'

red 3 ◦ green 136 ◦ blue 254

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

Shades of Dodger Blue #0388FE

Tints of Dodger Blue #0388FE

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.61%

 BLUE value IS 254 (99.61% from 255) = 64.63%

R = 0.76%
G = 34.61%
B = 64.63%

CMYK

 C value IS 0.99

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0388FE (or 0x0388FE) is known color: Dodger Blue. HEX triplet: 03, 88 and FE. RGB value is (3,136,254). Sum of RGB (Red+Green+Blue) = 3+136+254=393 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 254 (99.61% from 255 or 64.63% from 393); Max value from RGB is 254 - color contains mainly: blue. Hex color #0388FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0388FE is #FC7701. Grayscale: #6D6D6D. Windows color (decimal): -16545538 or 16680963. OLE color: 16680963.

HSL color Cylindrical-coordinate representation of color #0388FE: hue angle of 208.21º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0388FE is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 3 136 254 -
CMYK 0.99 0.46 0 0.00
HSL 208.21º 0.99% 0.5% -
HSV(B) 208.21º 0.99% 1% -
XYZ 26.73 24.78 97.14 -
YUV 109.69 209.44 51.91 -
System Red Green Blue C M Y K H S L
Decimal 3 136 254 0.99 0.46 0 0.00 208.21 0.99 0.5
Hex 3 88 FE 63 2E 0 0 D0 63 32
Octal 3 210 376 143 56 0 0 320 143 62
Binary 11 10001000 11111110 1100011 101110 0 0 11010000 1100011 110010

Color Harmonies of #0388FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0388FE

Black with #0388FE

Text Example


Text Example

White with #0388FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0388FE; }

 p { color: rgb(3,136,254); }

 H1.HeaderClassName
 {
   color: #0388FE;
 }
 .AnyTagClassName
 {
   color: #0388FE;
 }
</style>

background-color css

<style>
 a { background-color: #0388FE; }

 a { background-color: rgb(3,136,254); }

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

border-color css

<style>
 span { border-color: #0388FE; }

 span { border-color: rgb(3,136,254); }

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