Html Css Color HEX #338EDF Summer Sky

📋 copy color: '#338EDF'

red 51 ◦ green 142 ◦ blue 223

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

Shades of Summer Sky #338EDF

Tints of Summer Sky #338EDF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.13%

 BLUE value IS 223 (87.5% from 255) = 53.61%

R = 12.26%
G = 34.13%
B = 53.61%

CMYK

 C value IS 0.77

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#338EDF (or 0x338EDF) is known color: Summer Sky. HEX triplet: 33, 8E and DF. RGB value is (51,142,223). Sum of RGB (Red+Green+Blue) = 51+142+223=416 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.26% from 416); Green value is 142 (55.86% from 255 or 34.13% from 416); Blue value is 223 (87.5% from 255 or 53.61% from 416); Max value from RGB is 223 - color contains mainly: blue. Hex color #338EDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338EDF is #CC7120. Grayscale: #7B7B7B. Windows color (decimal): -13398305 or 14650931. OLE color: 14650931.

HSL color Cylindrical-coordinate representation of color #338EDF: hue angle of 208.26º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #338EDF is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 51 142 223 -
CMYK 0.77 0.36 0 0.13
HSL 208.26º 0.73% 0.54% -
HSV(B) 208.26º 0.77% 0.87% -
XYZ 24.36 25.38 73.43 -
YUV 124.03 183.85 75.91 -
System Red Green Blue C M Y K H S L
Decimal 51 142 223 0.77 0.36 0 0.13 208.26 0.73 0.54
Hex 33 8E DF 4D 24 0 D D0 49 36
Octal 63 216 337 115 44 0 15 320 111 66
Binary 110011 10001110 11011111 1001101 100100 0 1101 11010000 1001001 110110

Color Harmonies of #338EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338EDF

Black with #338EDF

Text Example


Text Example

White with #338EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338EDF; }

 p { color: rgb(51,142,223); }

 H1.HeaderClassName
 {
   color: #338EDF;
 }
 .AnyTagClassName
 {
   color: #338EDF;
 }
</style>

background-color css

<style>
 a { background-color: #338EDF; }

 a { background-color: rgb(51,142,223); }

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

border-color css

<style>
 span { border-color: #338EDF; }

 span { border-color: rgb(51,142,223); }

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