Html Css Color HEX #333DFA Neon Blue

📋 copy color: '#333DFA'

red 51 ◦ green 61 ◦ blue 250

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

Shades of Neon Blue #333DFA

Tints of Neon Blue #333DFA

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.85%

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

R = 14.09%
G = 16.85%
B = 69.06%

CMYK

 C value IS 0.80

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#333DFA (or 0x333DFA) is known color: Neon Blue. HEX triplet: 33, 3D and FA. RGB value is (51,61,250). Sum of RGB (Red+Green+Blue) = 51+61+250=362 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.09% from 362); Green value is 61 (24.22% from 255 or 16.85% from 362); Blue value is 250 (98.05% from 255 or 69.06% from 362); Max value from RGB is 250 - color contains mainly: blue. Hex color #333DFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #333DFA is #CCC205. Grayscale: #4E4E4E. Windows color (decimal): -13419014 or 16399667. OLE color: 16399667.

HSL color Cylindrical-coordinate representation of color #333DFA: hue angle of 236.98º 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 #333DFA is Cyan = 0.80, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 51 61 250 -
CMYK 0.80 0.76 0 0.02
HSL 236.98º 0.95% 0.59% -
HSV(B) 236.98º 0.8% 0.98% -
XYZ 20.29 10.94 91.49 -
YUV 79.56 224.19 107.63 -
System Red Green Blue C M Y K H S L
Decimal 51 61 250 0.80 0.76 0 0.02 236.98 0.95 0.59
Hex 33 3D FA 50 4C 0 2 ED 5F 3B
Octal 63 75 372 120 114 0 2 355 137 73
Binary 110011 111101 11111010 1010000 1001100 0 10 11101101 1011111 111011

Color Harmonies of #333DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333DFA

Black with #333DFA

Text Example


Text Example

White with #333DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333DFA; }

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

 H1.HeaderClassName
 {
   color: #333DFA;
 }
 .AnyTagClassName
 {
   color: #333DFA;
 }
</style>

background-color css

<style>
 a { background-color: #333DFA; }

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

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

border-color css

<style>
 span { border-color: #333DFA; }

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

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