Html Css Color HEX #265EC6 Cerulean Blue

📋 copy color: '#265EC6'

red 38 ◦ green 94 ◦ blue 198

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

Shades of Cerulean Blue #265EC6

Tints of Cerulean Blue #265EC6

RGB

 RED value IS 38 (15.23% from 255) = 11.52%

 GREEN value IS 94 (37.11% from 255) = 28.48%

 BLUE value IS 198 (77.73% from 255) = 60%

R = 11.52%
G = 28.48%
B = 60%

CMYK

 C value IS 0.81

 M value IS 0.53

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#265EC6 (or 0x265EC6) is known color: Cerulean Blue. HEX triplet: 26, 5E and C6. RGB value is (38,94,198). Sum of RGB (Red+Green+Blue) = 38+94+198=330 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.52% from 330); Green value is 94 (37.11% from 255 or 28.48% from 330); Blue value is 198 (77.73% from 255 or 60% from 330); Max value from RGB is 198 - color contains mainly: blue. Hex color #265EC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #265EC6 is #D9A139. Grayscale: #585858. Windows color (decimal): -14262586 or 13000230. OLE color: 13000230.

HSL color Cylindrical-coordinate representation of color #265EC6: hue angle of 219º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #265EC6 is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 38 94 198 -
CMYK 0.81 0.53 0 0.22
HSL 219º 0.68% 0.46% -
HSV(B) 219º 0.81% 0.78% -
XYZ 15 12.49 55.05 -
YUV 89.11 189.45 91.54 -
System Red Green Blue C M Y K H S L
Decimal 38 94 198 0.81 0.53 0 0.22 219 0.68 0.46
Hex 26 5E C6 51 35 0 16 DB 44 2E
Octal 46 136 306 121 65 0 26 333 104 56
Binary 100110 1011110 11000110 1010001 110101 0 10110 11011011 1000100 101110

Color Harmonies of #265EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #265EC6

Black with #265EC6

Text Example


Text Example

White with #265EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #265EC6; }

 p { color: rgb(38,94,198); }

 H1.HeaderClassName
 {
   color: #265EC6;
 }
 .AnyTagClassName
 {
   color: #265EC6;
 }
</style>

background-color css

<style>
 a { background-color: #265EC6; }

 a { background-color: rgb(38,94,198); }

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

border-color css

<style>
 span { border-color: #265EC6; }

 span { border-color: rgb(38,94,198); }

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