Html Css Color HEX #3381FA Dodger Blue

📋 copy color: '#3381FA'

red 51 ◦ green 129 ◦ blue 250

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

Shades of Dodger Blue #3381FA

Tints of Dodger Blue #3381FA

RGB

 RED value IS 51 (20.31% from 255) = 11.86%

 GREEN value IS 129 (50.78% from 255) = 30%

 BLUE value IS 250 (98.05% from 255) = 58.14%

R = 11.86%
G = 30%
B = 58.14%

CMYK

 C value IS 0.80

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3381FA (or 0x3381FA) is known color: Dodger Blue. HEX triplet: 33, 81 and FA. RGB value is (51,129,250). Sum of RGB (Red+Green+Blue) = 51+129+250=430 (56% of max value = 765). Red value is 51 (20.31% from 255 or 11.86% from 430); Green value is 129 (50.78% from 255 or 30% from 430); Blue value is 250 (98.05% from 255 or 58.14% from 430); Max value from RGB is 250 - color contains mainly: blue. Hex color #3381FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3381FA is #CC7E05. Grayscale: #767676. Windows color (decimal): -13401606 or 16417075. OLE color: 16417075.

HSL color Cylindrical-coordinate representation of color #3381FA: hue angle of 216.48º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3381FA is Cyan = 0.80, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 51 129 250 -
CMYK 0.80 0.48 0 0.02
HSL 216.48º 0.95% 0.59% -
HSV(B) 216.48º 0.8% 0.98% -
XYZ 26.47 23.31 93.55 -
YUV 119.47 201.66 79.16 -
System Red Green Blue C M Y K H S L
Decimal 51 129 250 0.80 0.48 0 0.02 216.48 0.95 0.59
Hex 33 81 FA 50 30 0 2 D8 5F 3B
Octal 63 201 372 120 60 0 2 330 137 73
Binary 110011 10000001 11111010 1010000 110000 0 10 11011000 1011111 111011

Color Harmonies of #3381FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3381FA

Black with #3381FA

Text Example


Text Example

White with #3381FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3381FA; }

 p { color: rgb(51,129,250); }

 H1.HeaderClassName
 {
   color: #3381FA;
 }
 .AnyTagClassName
 {
   color: #3381FA;
 }
</style>

background-color css

<style>
 a { background-color: #3381FA; }

 a { background-color: rgb(51,129,250); }

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

border-color css

<style>
 span { border-color: #3381FA; }

 span { border-color: rgb(51,129,250); }

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