Html Css Color HEX #0388FC Dodger Blue

📋 copy color: '#0388FC'

red 3 ◦ green 136 ◦ blue 252

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

Shades of Dodger Blue #0388FC

Tints of Dodger Blue #0388FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 64.45%

R = 0.77%
G = 34.78%
B = 64.45%

CMYK

 C value IS 0.99

 M value IS 0.46

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0388FC (or 0x0388FC) is known color: Dodger Blue. HEX triplet: 03, 88 and FC. RGB value is (3,136,252). Sum of RGB (Red+Green+Blue) = 3+136+252=391 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.77% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 252 (98.83% from 255 or 64.45% from 391); Max value from RGB is 252 - color contains mainly: blue. Hex color #0388FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0388FC is #FC7703. Grayscale: #6C6C6C. Windows color (decimal): -16545540 or 16549891. OLE color: 16549891.

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

Color convert

RGB 3 136 252 -
CMYK 0.99 0.46 0 0.01
HSL 207.95º 0.98% 0.5% -
HSV(B) 207.95º 0.99% 0.99% -
XYZ 26.41 24.66 95.46 -
YUV 109.46 208.44 52.07 -
System Red Green Blue C M Y K H S L
Decimal 3 136 252 0.99 0.46 0 0.01 207.95 0.98 0.5
Hex 3 88 FC 63 2E 0 1 D0 62 32
Octal 3 210 374 143 56 0 1 320 142 62
Binary 11 10001000 11111100 1100011 101110 0 1 11010000 1100010 110010

Color Harmonies of #0388FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0388FC

Black with #0388FC

Text Example


Text Example

White with #0388FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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